-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"version": "1.3.9",
"name": "mcvcli",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/0x7d8/mcvcli",
"scripts": {
"dev": "bun ../src/index.ts",
"bundle": "rm -rf lib/* && bun build src/index.ts --target node --bundle --minify --outfile lib/mcvcli.js",
"install:dev": "bun run bundle && npm i -g . --install-links"
},
"bin": {
"mcvcli": "./lib/mcvcli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/0x7d8/mcvcli.git"
},
"devDependencies": {
"@rjweb/utils": "^1.12.21",
"@types/adm-zip": "^0.5.5",
"@types/bytes": "^3.1.4",
"@types/cli-progress": "^3.11.6",
"@types/node": "^18.19.50",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33",
"adm-zip": "0.5.14",
"bun": "^1.1.27",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"enquirer": "^2.4.1",
"prismarine-nbt": "^2.5.0",
"tar": "^7.4.3",
"typescript": "^5.6.2",
"yargs": "^17.7.2",
"zod": "^3.23.8"
}
}