-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 906 Bytes
/
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
{
"name": "unison-backend",
"version": "1.0.0",
"description": "unison backend",
"scripts": {
"build": "tsc",
"deploy": "node dist/src/index.js",
"start": "nodemon src/index.ts --exec ts-node"
},
"dependencies": {
"axios": "^1.2.1",
"cors": "^2.8.5",
"cron": "^2.3.0",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-joi-validation": "^5.0.1",
"http-status-codes": "^2.2.0",
"joi": "^17.7.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^6.8.0",
"regenerator-runtime": "^0.13.11",
"socket.io": "^4.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^8.5.9",
"@types/mongoose": "^5.11.97",
"nodemon": "^2.0.20"
}
}