node-hello / package.json
AravindS2006's picture
Update package.json
8293a82 verified
Raw
History Blame
233 Bytes
{
"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 ./server.js"
}
}