-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.24 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.24 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
{
"name": "minecraft-smart-glasses",
"version": "1.1.0",
"productName": "Smart Glasses",
"private": true,
"devDependencies": {
"@minecraft/core-build-tasks": "^5.5.0",
"eslint-plugin-minecraft-linting": "^2.0.10",
"source-map": "^0.7.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"scripts": {
"start": "npx just-scripts local-deploy --watch",
"lint": "just-scripts lint",
"build": "just-scripts build",
"build:production": "just-scripts build --production",
"clean": "just-scripts clean",
"local-deploy": "just-scripts local-deploy",
"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/common": "^1.2.0",
"@minecraft/math": "^2.2.11",
"@minecraft/server": "^2.2.0",
"@minecraft/server-ui": "^2.0.0",
"@minecraft/vanilla-data": "^1.21.114",
"local-deploy": "^0.0.1",
"run": "^1.5.0"
}
}