-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1023 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1023 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
{
"name": "buildflow_backend",
"version": "1.0.0",
"description": "��#\u0000 \u0000B\u0000u\u0000i\u0000l\u0000d\u0000F\u0000l\u0000o\u0000w\u0000-\u0000B\u0000a\u0000c\u0000k\u0000e\u0000n\u0000d\u0000\r\u0000 \u0000",
"main": "db.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/BuildFlow-GP/BuildFlow-Backend.git"
},
"bugs": {
"url": "https://github.com/BuildFlow-GP/BuildFlow-Backend/issues"
},
"homepage": "https://github.com/BuildFlow-GP/BuildFlow-Backend#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^2.2.0",
"braintree": "^3.31.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-validator": "^7.2.1",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.1",
"mysql2": "^3.14.0",
"pg": "^8.15.5",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7"
}
}