aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 330a682a321d0e36cfdcda9d40a7c4e3fbf8a9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "scale-api-express",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "dist && node dist/index.js",
    "dev": "tsc -w & nodemon dist/server.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/pg": "^8.6.5",
    "@types/swagger-ui-express": "^4.1.3",
    "@types/yamljs": "^0.2.31",
    "typescript": "^4.8.2"
  },
  "dependencies": {
    "express": "^4.18.1",
    "nodemon": "^2.0.20",
    "pg": "^8.8.0",
    "swagger-ui-express": "^4.5.0",
    "yamljs": "^0.3.0"
  }
}