-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
41
42
43
{
"name": "pd2builder",
"version": "1.0.0",
"description": "Up-to-date web app for sharing Payday 2 builds and skill sets. ",
"main": "pd2builder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint . || npx eslint --fix .",
"json": "node minjson",
"predeploy": "chmod +x ./predeploy.sh && ./predeploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r-paydaybuilds/pd2builder.git"
},
"keywords": [
"pd2",
"payday",
"2",
"express",
"website"
],
"author": "r-paydaybuilds",
"license": "MIT",
"bugs": {
"url": "https://github.com/r-paydaybuilds/pd2builder/issues"
},
"homepage": "https://github.com/r-paydaybuilds/pd2builder#readme",
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"express-rate-limit": "^3.3.2",
"helmet": "^3.21.1"
},
"devDependencies": {
"cssnano": "^5.0.15",
"eslint": "^8.7.0",
"html-minifier": "^4.0.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"terser": "^5.14.2"
}
}