File size: 232 Bytes
a6fbdcc
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
  }
}