-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1018 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1018 Bytes
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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^6.0.0"
},
"devDependencies": {
"@types/bcrypt": "5.0.0",
"@types/compression": "^1.7.1",
"@types/cors": "^2.8.11",
"@types/express": "^4.17.13",
"@types/node": "^16.3.3",
"@types/passport-jwt": "^3.0.6",
"@types/sqlite3": "3.1.7",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.31.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.6",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
"ts-node": "10.1.0",
"ts-node-dev": "1.1.8",
"typescript": "^4.3.5"
}
}