5afbf7e
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "name": "node-hello", "version": "0.0.1", "description": "Node.js Hello For Huggingface", "author": "Rahul Kiran Gaddam", "dependencies": { "express": "4.16.1", "body-parser": "^2.2.0" }, "scripts": { "start": "node ./index.js" } }