-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "truman",
"version": "1.0.0",
"description": "Base version of the Truman Platform",
"repository": {
"type": "git",
"url": "https://github.com/difrad/truman"
},
"author": "Dominic DiFranzo",
"license": "MIT",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"test": "mocha --reporter spec"
},
"dependencies": {
"@node-rs/bcrypt": "^1.10.7",
"async": "^3.2.6",
"body-parser": "^2.2.0",
"compression": "^1.8.0",
"connect-mongo": "^5.1.0",
"csv-writer": "^1.6.0",
"csvtojson": "^2.0.10",
"dotenv": "^16.5.0",
"errorhandler": "^1.5.1",
"express": "^5.1.0",
"express-flash": "0.0.2",
"express-session": "^1.18.1",
"gulp": "^5.0.0",
"lodash": "^4.17.21",
"lusca": "^1.7.0",
"mongoose": "^8.14.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.2",
"node-schedule": "^2.1.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pm2": "^6.0.5",
"pug": "3.0.3",
"validator": "^13.15.0"
},
"devDependencies": {
"chai": "^5.2.0",
"nodemon": "^3.1.10",
"sinon": "^20.0.0",
"supertest": "^7.1.0"
},
"engines": {
"node": ">=20"
}
}