File size: 285 Bytes
8820311
 
 
7dc26d6
8820311
 
 
1f7f4bc
14edc02
8820311
 
 
 
14edc02
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "node-hello",
  "version": "0.0.1",
  "type": "module",
  "description": "Node.js Hello For Huggingface",
  "author": "Rahul Kiran Gaddam",
  "dependencies": {
    "express": "4.16.1",
    "node-llama-cpp": "^2.8.6"
  },
  "scripts": {
    "start": "node ./index.js"
  }
}