-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 986 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": "regulatory_impact_analysis",
"version": "1.3.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -L ./app.js"
},
"author": "Marios Venetsianos",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.5",
"csv-parser": "^3.0.0",
"diff": "^5.0.0",
"downloadjs": "^1.4.7",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.1",
"express-validator": "^6.7.0",
"fast-xml-parser": "^4.0.8",
"html-entities": "^2.3.3",
"html-to-pdfmake": "^2.2.6",
"jsdom": "^16.6.0",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"pdf-merger-js": "^3.0.5",
"pdfmake": "^0.1.68",
"redis": "^4.6.5",
"sequelize": "^6.29.0"
},
"devDependencies": {
"countable": "^3.0.1"
}
}