-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "ddyzd_erp_v2_admin_api",
"version": "1.0.0",
"description": "ddyzd admin api",
"scripts": {
"start": "nodemon --exec ts-node src/app.ts",
"start:prod": "cross-env NODE_ENV=production npx pm2 start ./dist/src/app.js --name express",
"stop": "npx pm2 stop express & npx pm2 delete express"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/morgan": "^1.9.2",
"@types/node": "^15.0.3",
"nodemon": "^2.0.7",
"pm2": "^4.5.1",
"ts-node": "^3.3.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/bcrypt": "^5.0.0",
"@types/http-errors": "^1.8.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/mysql": "^2.15.18",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.32",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"path": "^0.12.7",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.29",
"winston": "^3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semicolonDSM/DDYZD_ERP_V2_ADMIN_API.git"
},
"author": "Sonchaegeon",
"license": "MIT",
"bugs": {
"url": "https://github.com/semicolonDSM/DDYZD_ERP_V2_ADMIN_API/issues"
},
"homepage": "https://github.com/semicolonDSM/DDYZD_ERP_V2_ADMIN_API#readme"
}