File size: 268 Bytes
484685a
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "hf-node-app",
  "version": "1.0.0",
  "description": "A simple Express server for Hugging Face Spaces",
  "main": "app.js",
  "scripts": {
    "start": "node all"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2"
  }
}