-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 912 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
37
38
{
"name": "e_ticket_system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"mocha": "^9.2.1",
"nodemon": "^2.0.7",
"tslint": "^5.12.1",
"typescript": "^3.9.10"
},
"dependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/jsonwebtoken": "^8.5.1",
"@types/mongoose": "^5.11.97",
"@types/node": "^15.0.2",
"argon2": "^0.27.2",
"celebrate": "^14.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.3",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.1.1",
"typedi": "^0.10.0",
"winston": "^3.6.0"
}
}