-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "doneify_backend",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/devout-coder/doneify_backend.git",
"author": "devout-coder <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only src/index.ts"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/config": "^3.3.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.16",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.4",
"@types/node": "^18.11.18",
"morgan": "^1.10.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@typegoose/typegoose": "^10.0.0",
"bcrypt": "5.1.1",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongoose": "^6.8.0",
"redis": "^4.6.2",
"socket.io": "^4.7.2",
"socketio": "^1.0.0",
"ts-node-dev": "^2.0.0",
"zod": "^3.20.2"
}
}