-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.94 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "frandom-project",
"version": "0.0.1",
"description": "backend-typescript",
"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.9",
"@types/express": "^4.17.11",
"@types/morgan": "^1.9.2",
"@types/node": "^8.10.66",
"nodemon": "^2.0.7",
"pm2": "^4.5.1",
"ts-node": "^3.3.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/aws-sdk": "^2.7.0",
"@types/bcrypt": "^3.0.0",
"@types/http-errors": "^1.8.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/multer": "^1.4.5",
"@types/multer-s3": "^2.7.9",
"@types/mysql": "^2.15.17",
"@types/nodemailer": "^6.4.0",
"@types/redis": "^2.8.28",
"@types/socket.io": "^2.1.12",
"aws-sdk": "^2.846.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crossenv": "0.0.2-security",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"http-errors": "^1.8.0",
"jest": "^26.6.3",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.32",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.2.5",
"nodemailer": "^6.5.0",
"path": "^0.12.7",
"redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
"socket.io": "^3.1.0",
"typeorm": "^0.2.29",
"winston": "^3.3.3"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DSM-Frandom/Backend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DSM-Frandom/Backend/issues"
},
"homepage": "https://github.com/DSM-Frandom/Backend#readme"
}