-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 934 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 934 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
{
"name": "dbd-perkbase",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon .",
"heroku-cleanup": "node update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Techial/DBD-PerkBase.git"
},
"author": "Techial",
"license": "MIT",
"bugs": {
"url": "https://github.com/Techial/DBD-PerkBase/issues"
},
"homepage": "https://github.com/Techial/DBD-PerkBase#readme",
"engines": {
"node": "18.x"
},
"dependencies": {
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-mongo-sanitize": "^2.2.0",
"mongoose": "^6.2.10",
"node-html-parser": "^5.3.3",
"node-schedule": "^2.1.0",
"string-strip-html": "^9.1.12",
"dotenv": "^16.0.0"
}
}