-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.03 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
48
49
50
51
52
53
54
{
"name": "pnx-cli",
"version": "0.2.0",
"homepage": "https://v2.powernukkitx.com",
"description": "New CLI PowerNukkitX",
"main": "pnx-cli.js",
"scripts": {
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "https://github.com/PowerNukkitX/CLI.git"
},
"type": "module",
"keywords": [
"pnx",
"powernukkitx",
"cli",
"powernukkit",
"bedrock",
"bedrockedition",
"bedrock-server",
"minecraft",
"minecraftbedrock",
"mc-server",
"mcbe",
"mcpe",
"minecraft-server-software"
],
"author": {
"name": "Azalee",
"url": "https://github.com/AzaleeX"
},
"bin": {
"pnx-cli": "pnx-cli.js"
},
"license": "Apache-2.0",
"dependencies": {
"@clack/prompts": "^0.7.0",
"axios": "^1.7.2",
"chalk": "^5.3.0",
"extract-zip": "^2.0.1",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"i18n": "^0.15.1",
"title": "^3.5.3"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": "20.x"
}
}