-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 KB
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
{
"name": "@nano191225/scriptup",
"version": "1.6.0",
"description": "ScriptAPI version updater for Minecraft Bedrock",
"license": "MIT",
"author": "Nano191225",
"homepage": "https://github.com/Nano191225/scriptup#readme",
"repository": "https://github.com/Nano191225/scriptup.git",
"bugs": {
"url": "https://github.com/Nano191225/scriptup/issues"
},
"keywords": [
"minecraft",
"minecraft-bedrock",
"minecraft-script-api",
"script-api"
],
"type": "module",
"main": "dist/index.js",
"bin": {
"scriptup": "dist/index.js",
"sup": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"tmp": "cd C:\\Users\\Nano\\AppData\\Roaming\\Minecraft Bedrock\\Users\\Shared\\games\\com.mojang\\development_behavior_packs\\Commander-API && node C:\\Users\\Nano\\Documents\\Rust\\scriptup\\dist\\index.js build"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@10.26.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@antfu/ni": "^29.0.0",
"@inquirer/prompts": "^8.3.2",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"ora": "^8.2.0",
"tsdown": "^0.21.2"
},
"devDependencies": {
"@types/node": "^22.13.0",
"typescript": "^5.7.0"
}
}