-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 888 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
36
37
38
39
{
"name": "backend-only-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.6.8",
"bwip-js": "^4.3.2",
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"chartjs-plugin-datalabels": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"install": "^0.13.0",
"multer": "^1.4.5-lts.1",
"node-forge": "^1.3.1",
"npm": "^10.5.0",
"puppeteer": "^22.6.5",
"xlsx": "^0.18.5",
"xml-crypto": "^6.0.0",
"xml-formatter": "^3.6.2",
"xml2js": "^0.6.2",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.1.0"
}
}