-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 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
{
"name": "more-mob-heads",
"version": "1.0.6",
"productName": "More Mob Heads",
"description": "More Mob Heads",
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^1.1.3",
"eslint-plugin-minecraft-linting": "^1.2.2",
"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",
"mcaddon": "just-scripts mcaddon",
"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": "^1.4.0",
"@minecraft/server": "^1.16.0",
"@minecraft/server-ui": "^1.2.0",
"@minecraft/vanilla-data": "^1.21.20"
}
}