-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
39
40
41
{
"name": "toycalendarapiserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start:local": "node ./bin/www",
"start:dev": "nodemon --config ./nodemon.json",
"build-dev": "npm run build && npm start",
"build": "rm -rf ./build/ && tsc",
"start": "node build/app.js"
},
"dependencies": {
"@types/bcrypt-nodejs": "^0.0.30",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.1",
"@types/multer": "^1.3.10",
"@types/node": "^12.11.7",
"@types/sequelize": "^4.28.6",
"@types/winston": "^2.4.4",
"bcrypt-nodejs": "^0.0.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jwt-simple": "^0.5.6",
"mariadb": "^2.1.4",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"mysql2": "^1.7.0",
"nodemon": "^1.19.4",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pug": "2.0.0-beta11",
"sequelize": "^5.21.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"winston": "^3.2.1"
}
}