-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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
41
{
"name": "sumunjang",
"version": "0.0.1",
"scripts": {
"start": "nodemon src/bin/www --exec babel-node --presets @babel/preset-env",
"test": "jest tests --coverage --detectOpenHandles --forceExit"
},
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/node": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-core": "^7.0.0-bridge.0",
"babel-node": "0.0.1-security",
"bcrypt": "^5.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jest": "^26.1.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"random-string": "^0.2.0",
"sequelize": "^6.3.3",
"socket.io": "^2.3.0",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"babel-jest": "^26.1.0",
"regenerator-runtime": "^0.13.5",
"supertest": "^4.0.2"
}
}