-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 946 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 946 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
{
"name": "crowdfunding-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "newman run \"Bersama Palestina.postman_collection.json\" --environment \"Environment Bersama Palestina.postman_environment.json\"",
"start:dev": "nodemon ./index.js",
"lint:fix": "eslint ./ --fix",
"lint": "eslint ./"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-list-routes": "^1.2.1",
"express-session": "^1.18.0",
"express-validator": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"midtrans-client": "^1.3.1",
"mongoose": "^8.4.0",
"nodemon": "^3.1.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1"
}
}