-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "p6-so-pekocko",
"version": "1.0.0",
"description": "API So Pekocko for spicy sauces",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Flora-Pvt/p6-so-pekocko.git"
},
"keywords": [
"API",
"spicy",
"sauces"
],
"author": "flora-pvt",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flora-Pvt/p6-so-pekocko/issues"
},
"homepage": "https://github.com/Flora-Pvt/p6-so-pekocko#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"db": "^3.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.9",
"mongoose-unique-validator": "^2.0.3",
"mongoose-validator": "^2.1.0",
"multer": "^1.4.2",
"nodemon": "^2.0.6",
"rate-limiter-flexible": "^2.1.10",
"sharp": "^0.26.2",
"validator": "^13.1.17"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.0.1"
}
}