node-hello / package.json
rahgadda's picture
Initial Draft
a6fbdcc
{
"name": "node-hello",
"version": "0.0.1",
"description": "Node.js Hello For Huggingface",
"author": "Rahul Kiran Gaddam",
"dependencies": {
"express": "4.16.1"
},
"scripts": {
"start": "node ./index.js"
}
}