-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "express-template",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "node app.js development",
"start": "node app.js production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imyxz/express-template.git"
},
"author": "imyxz",
"license": "MIT",
"bugs": {
"url": "https://github.com/imyxz/express-template/issues"
},
"homepage": "https://github.com/imyxz/express-template#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chokidar": "^2.0.3",
"cookie-session": "^1.4.0",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"fs-extra": "^5.0.0",
"http-status-codes": "^1.4.0",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.15",
"moment": "^2.25.3",
"multer": "^1.3.0",
"mysql2": "^1.5.3",
"redis": "^2.8.0",
"sequelize": "^4.37.6"
},
"devDependencies": {
"@types/sequelize": "^4.27.17",
"eslint": "^5.1.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}