-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 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
{
"name": "bds-addon-installer",
"version": "1.0.5",
"description": "A tool used for automatically installing, updating, and uninstalling both addons and packs for the Mojang released bedrock servers.",
"main": "index.js",
"type": "module",
"bin": {
"bds-addon-installer": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/chegele/BDSAddonInstaller.git"
},
"author": "Chegele",
"license": "ISC",
"bugs": {
"url": "https://github.com/chegele/BDSAddonInstaller/issues"
},
"homepage": "https://github.com/chegele/BDSAddonInstaller#readme",
"dependencies": {
"adm-zip": "^0.4.14",
"chegs-simple-logger": "^1.0.0",
"fs-extra": "^8.1.0",
"strip-json-comments": "^3.1.1"
}
}