-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ts-express-template",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"typeorm": "typeorm-ts-node-commonjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brix101/Ts-Express-Template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brix101/Ts-Express-Template/issues"
},
"homepage": "https://github.com/Brix101/Ts-Express-Template#readme",
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/hpp": "^0.2.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/morgan": "^1.9.4",
"@types/node": "^16.11.10",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"cross-env": "^7.0.3",
"nodemon": "^2.0.21",
"prisma": "^4.11.0",
"ts-node": "10.7.0",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.2",
"tslib": "^2.5.0",
"typescript": "4.5.2"
},
"dependencies": {
"@prisma/client": "^4.11.0",
"argon2": "^0.30.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"hpp": "^0.2.3",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"prom-client": "^14.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"ts-node": "^10.9.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"zod": "^3.21.4",
"zod-express-middleware": "^1.4.0"
}
}