-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "buy-nothing-backend",
"version": "1.0.0",
"description": "### Author: Davee Sok",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --verbose --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/401-javascript-final-DRJS/buy-nothing-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/401-javascript-final-DRJS/buy-nothing-backend/issues"
},
"homepage": "https://github.com/401-javascript-final-DRJS/buy-nothing-backend#readme",
"dependencies": {
"@code-fellows/supergoose": "^1.0.11",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"bcrypt": "^5.0.0",
"cloudinary": "^1.23.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-jwt-authz": "^2.4.1",
"jest": "^26.6.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.12.2",
"mongoose": "^5.10.9",
"mongoose-schema-jsonschema": "^1.4.4",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"superagent": "^6.1.0"
}
}