File size: 289 Bytes
5afbf7e
 
 
 
 
 
 
08bc3d6
 
5afbf7e
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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"
  }
}