-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 959 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
39
40
{
"name": "hackthenorth2020backend",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc",
"prestart": "npm run build",
"start": "node ./src/bin/www.js"
},
"dependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/ws": "^7.4.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"generate-password": "^1.6.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"random-ip": "0.0.1",
"sequelize": "^6.3.5",
"sequelize-cockroachdb": "^1.1.0",
"ws": "^7.4.2"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.21",
"@types/sequelize": "^4.28.9",
"typescript": "^4.1.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.4"
}
}