-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 875 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "point-training-management",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node build/index.js",
"postinstall": "tsc",
"dev": "npx nodemon index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"bookshelf": "^1.2.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.3",
"express-validator": "^6.14.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"knex": "^2.3.0",
"pg": "^8.7.3"
},
"devDependencies": {
"@types/bookshelf": "^1.2.7",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.0.0",
"@types/pg": "^8.6.5",
"typescript": "^4.7.4"
},
"engines": {
"node": "16.x",
"npm": "8.11.0"
}
}