-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.53 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
{
"name": "xblockfire",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^4.1.0",
"eslint-plugin-minecraft-linting": "^2.0.1",
"source-map": "^0.7.4",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
},
"scripts": {
"prettier": "npx prettier --write ./scripts",
"lint": "just-scripts lint",
"build": "just-scripts build",
"build:production": "just-scripts build --production",
"clean": "just-scripts clean",
"local-deploy": "just-scripts local-deploy",
"local-deploy-watch": "just-scripts local-deploy --watch",
"mcaddon": "just-scripts mcaddon",
"mcaddon:production": "just-scripts mcaddon --production",
"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.4.0",
"@minecraft/server": "^2.8.0-beta.1.26.21-stable",
"@minecraft/server-ui": "^2.1.0-beta.1.26.21-stable",
"@minecraft/vanilla-data": "^1.26.21"
},
"overrides": {
"@minecraft/math": {
"@minecraft/server": "2.8.0-beta.1.26.21-stable"
},
"@minecraft/server-ui": {
"@minecraft/server": "2.8.0-beta.1.26.21-stable"
}
}
}