-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 939 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 939 Bytes
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
{
"name": "api-easy-budget",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Aurélien Landouer",
"license": "ISC",
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0"
},
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.1",
"eslint-config-prettier": "^8.5.0",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"helmet": "^5.1.1",
"jsdoc": "^3.6.10",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.3",
"mongoose-unique-validator": "^3.1.0",
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
}
}