-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "pzserverinstaller",
"version": "0.1.7",
"description": "Installs and updates Project Zomboid server, and workshop mods / collections.",
"main": "src/app.mjs",
"bin": {
"pzserverinstaller": "src/app.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fmauNeko/PZServerInstaller.git"
},
"keywords": [],
"author": {
"name": "Florian Maunier",
"email": "[email protected]",
"url": "https://dissidence.ovh"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/fmauNeko/PZServerInstaller/issues"
},
"homepage": "https://github.com/fmauNeko/PZServerInstaller#readme",
"funding": "https://ko-fi.com/fmauneko",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"husky": "^8.0.1"
},
"dependencies": {
"glob": "^8.0.3",
"got": "^12.5.1",
"ini-win": "^3.0.3",
"steamcmd-interface": "^4.0.2",
"toml": "^3.0.0"
}
}