-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "brizz-server",
"version": "1.0.0",
"description": "Brizz Server",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.7",
"node": "^12.13.0",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"password": "^0.1.1",
"path": "^0.12.7",
"prettier": "^1.19.1"
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"eslint": "eslint --ignore-path .gitignore .",
"eslint-fix": "eslint --fix --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/devbrizz/BrizzServer.git"
},
"author": "Brizz",
"license": "ISC",
"bugs": {
"url": "https://github.com/devbrizz/BrizzServer/issues"
},
"homepage": "https://github.com/devbrizz/BrizzServer#readme"
}