-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.52 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
{
"name": "harpeon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status": "^1.6.2",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"mongodb": "^6.1.0",
"mongoose": "^7.5.2",
"nodemailer": "^6.9.3",
"pg": "^8.11.1",
"pino": "^8.14.1",
"pino-pretty": "^10.0.1",
"sequelize": "^6.32.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/config": "^3.3.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/http-status": "^1.1.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.195",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.4.1",
"@types/nodemailer": "^6.4.8",
"@types/pg": "^8.10.2",
"@types/pino": "^7.0.5",
"@types/pino-pretty": "^5.0.0",
"@types/sequelize": "^4.28.15",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^9.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
}
}