-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
42
43
44
45
46
{
"name": "api",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node ./dist/index.js",
"test": "jest"
},
"type": "commonjs",
"author": "mistertfy64",
"license": "MIT",
"private": true,
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csrf-csrf": "^2.2.4",
"dompurify": "^3.0.3",
"dotenv": "^16.0.3",
"envfile": "^6.18.0",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"jsdom": "^22.0.0",
"mongoose": "^7.1.2",
"typescript": "^5.0.4"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/dompurify": "^3.0.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.1.5",
"@types/supertest": "^2.0.12",
"http-terminator": "^3.2.0",
"jest": "^29.5.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
}
}