-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1001 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 1001 Bytes
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
{
"name": "codexworld",
"version": "0.1.0",
"productName": "CodexWorld",
"description": "Use codex to speak minecraft structures into existence",
"private": true,
"devDependencies": {
"del": "^6.0.0",
"eslint": "^8.9.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"typescript": "^4.4.3"
},
"scripts": {
"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/server": "^1.6.0-beta.1.20.40-preview.20",
"@minecraft/server-admin": "^1.0.0-beta.1.20.40-preview.20",
"@minecraft/server-gametest": "^1.0.0-beta.1.20.40-preview.20",
"@minecraft/server-net": "^1.0.0-beta.1.20.40-preview.20",
"gulp-sourcemaps": "^3.0.0",
"source-map": "^0.7.4"
}
}