-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 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
44
45
46
47
{
"name": "",
"main": "www/index.html",
"js-flags": "--expose-gc",
"node-remote": true,
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
},
"devDependencies": {
"docdash": "^2.0.2",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"jsdoc": "^4.0.2",
"makensis": "^2.0.8",
"taffydb": "^2.7.3",
"tui-jsdoc-template": "^1.2.2"
},
"scripts": {
"build:installer:prod": "makensis ./installer/installer.nsi",
"build:docs:prod": "jsdoc -c ./www/dev/prodConf.json -r",
"build:docs:dev": "jsdoc -c ./www/dev/devConf.json -r",
"build:prod": "npm run lint:mods && npm run build:docs:prod",
"build:partialModData": "node .\\www\\dev\\rpgMakerModGen\\rpgModGen.js",
"lint:mods": "eslint -c ./.eslintrc.js --ignore-path ./.eslintignore www/mods/ --fix**"
},
"description": "Welcome to MATTIE's Fear And Hunger Mod Manager. This mod manager works for both F&H 1 and 2.",
"version": "1.1.7",
"repository": {
"type": "git",
"url": "git+https://github.com/mattieFM/FearAndHungerModManager.git"
},
"author": "mattiefm",
"license": "SEE LICENSE IN LICENCE",
"bugs": {
"url": "https://github.com/mattieFM/FearAndHungerModManager/issues"
},
"homepage": "https://github.com/mattieFM/FearAndHungerModManager#readme",
"dependencies": {
"axios": "^1.6.8",
"request": "^2.88.2"
}
}