-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 996 Bytes
/
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
{
"name": "M5-D5-Team-Backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -r dotenv/config ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/C-Vane/M5-D5-Team-Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/C-Vane/M5-D5-Team-Backend/issues"
},
"homepage": "https://github.com/C-Vane/M5-D5-Team-Backend#readme",
"dependencies": {
"axios": "^0.21.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-list-endpoints": "^5.0.0",
"express-validator": "^6.8.0",
"fs-extra": "^9.0.1",
"json2csv": "^5.0.5",
"multer": "^1.4.2",
"pdfmake": "^0.1.68",
"uniqid": "^5.2.0",
"util": "^0.12.3",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.6"
}
}