-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "hh-plus-plus",
"version": "1.32.5",
"description": "Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.",
"private": "true",
"scripts": {
"build": "webpack",
"build-dev": "webpack --mode=development",
"build-all": "npm run build && npm run build-dev",
"generate-module": "node ./build/generate-module.js",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/45026831/hh-plus-plus.git"
},
"author": "45026831 (Numbers)",
"license": "ISC",
"bugs": {
"url": "https://github.com/45026831/hh-plus-plus/issues"
},
"homepage": "https://github.com/45026831/hh-plus-plus#readme",
"devDependencies": {
"css-loader": "^6.5.1",
"eslint": "^7.32.0",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"lodash.debounce": "^4.0.8"
}
}