-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.14 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
{
"name": "tcvm",
"version": "1.0.0",
"productName": "Tree Capitator and Vein Miner",
"description": "This addon mod for Minecraft making resource gathering more efficient and convenient.",
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^3.0.1",
"eslint-plugin-minecraft-linting": "^2.0.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
},
"scripts": {
"lint": "just-scripts lint",
"build": "just-scripts build",
"clean": "just-scripts clean",
"local-deploy": "just-scripts local-deploy --watch",
"mcaddon": "just-scripts mcaddon",
"dev": "just-scripts local-deploy --watch",
"enablemcloopback": "CheckNetIsolation.exe LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436",
"enablemcpreviewloopback": "CheckNetIsolation.exe LoopbackExempt -a -p=S-1-15-2-424268864-5579737-879501358-346833251-474568803-887069379-4040235476"
},
"dependencies": {
"@minecraft/math": "^2.0.1",
"@minecraft/server": "^1.13.0",
"@minecraft/server-ui": "^1.2.0",
"@minecraft/vanilla-data": "^1.21.20"
}
}