-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 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
{
"name": "api",
"version": "1.4.0",
"private": true,
"scripts": {
"start": "node ./build/bin/cluster.js",
"dev": "ts-node-dev --respawn --transpileOnly app.ts",
"test": "./node_modules/.bin/mocha ./build/test --reporter nyan --silent --exit",
"tsc": "tsc"
},
"dependencies": {
"acorn": "^7.0.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"generate-password": "^1.4.2",
"geolib": "^3.0.3",
"helmet": "^3.21.1",
"http-errors": "^1.7.2",
"http-status-codes": "^1.3.2",
"ip": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"module-alias": "^2.2.0",
"morgan": "~1.9.0",
"mysql": "latest",
"mysql-pool-booster": "^1.0.3",
"node-geocoder": "^3.24.0",
"pug": "^2.0.4",
"request": "^2.88.0",
"swagger-ui-express": "^4.1.1",
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "^3.6.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/chai": "^4.2.3",
"@types/compression": "^1.0.1",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.1",
"@types/express-rate-limit": "^3.3.2",
"@types/helmet": "0.0.44",
"@types/ip": "^1.1.0",
"@types/jsonwebtoken": "^8.3.4",
"@types/mocha": "^5.2.7",
"@types/morgan": "^1.7.37",
"@types/mysql": "^2.15.7",
"@types/node": "^12.12.18",
"@types/node-geocoder": "^3.24.0",
"@types/nodemailer": "^6.2.1",
"@types/swagger-ui-express": "^3.0.1",
"@types/yamljs": "^0.2.30",
"bcrypt": "^3.0.6",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-json-schema": "^1.5.1",
"chai-match-pattern": "^1.1.0",
"eslint": "^6.4.0",
"eslint-plugin-node": "^10.0.0",
"mocha": "^6.1.4",
"node": "^12.10.0",
"nodemailer": "^6.4.1",
"tsc": "^1.20150623.0"
}
}