{ | |
"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", | |
"node-fetch": "^3.3.2" | |
}, | |
"scripts": { | |
"start": "node ./index.js" | |
} | |
} |