-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 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": "blu-e-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blu-e-project/Blu-e-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Blu-e-project/Blu-e-backend/issues"
},
"homepage": "https://github.com/Blu-e-project/Blu-e-backend#readme",
"dependencies": {
"axios": "^1.3.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"memory-cache": "^0.2.0",
"method-override": "^3.0.0",
"mysql2": "^3.0.1",
"nodemon": "^2.0.20",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
}
}