File size: 424 Bytes
2f0071c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "test-express-api",
  "version": "1.0.0",
  "description": "A minimalist Docker Space to help people getting started with Node, Express and JavaScript",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
      },
  "author": "Nex",
  "license": "Apache License",
  "dependencies": {
    "express": "^4.18.2",
    "express-rate-limit": "^6.9.0",
    "axios": "latest",
    "cheerio": "latest"
  }
}