Sunny / package.json
katsukiai's picture
Create package.json
5afbf7e verified
raw
history blame
261 Bytes
{
"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"
}
}