File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 },
88 "repository" : {
99 "type" : " git" ,
10- "url" : " git+https://github.com/JaylyDev/GametestDB .git"
10+ "url" : " git+https://github.com/JaylyDev/ScriptAPI .git"
1111 },
1212 "keywords" : [],
1313 "license" : " MIT" ,
1414 "bugs" : {
15- "url" : " https://github.com/JaylyDev/GametestDB /issues"
15+ "url" : " https://github.com/JaylyDev/ScriptAPI /issues"
1616 },
17- "homepage" : " https://github.com/JaylyDev/GametestDB #readme" ,
17+ "homepage" : " https://github.com/JaylyDev/ScriptAPI #readme" ,
1818 "type" : " module" ,
19- "devDependencies " : {
20- "@minecraft/server" : " preview " ,
19+ "dependencies " : {
20+ "@minecraft/server" : " beta " ,
2121 "@minecraft/server-admin" : " beta" ,
2222 "@minecraft/server-gametest" : " beta" ,
2323 "@minecraft/server-net" : " beta" ,
2424 "@minecraft/server-ui" : " beta" ,
2525 "@types/mojang-minecraft" : " ^0.1.6" ,
26- "@types/mojang-minecraft-ui" : " ^0.1.0" ,
26+ "@types/mojang-minecraft-ui" : " ^0.1.0"
27+ },
28+ "devDependencies" : {
2729 "@types/node" : " ^18.7.14" ,
28- "typescript" : " ^4.8.2 "
30+ "typescript" : " ^4.8.4 "
2931 }
3032}
Original file line number Diff line number Diff line change 33 "allowJs" : true ,
44 "checkJs" : true ,
55 "noEmit" : true ,
6- "module" : " ES2022 " ,
6+ "module" : " ES2020 " ,
77 "target" : " ES2021" ,
88 "moduleResolution" : " Node" ,
99 "allowSyntheticDefaultImports" : true ,
1010 "baseUrl" : " ./scripts" ,
11- "rootDirs" : [ " scripts" , " @minecraft" ],
12- "paths" : {
13- "scripts/*" : [" ./*" ]
14- }
11+ "rootDirs" : [ " scripts" ]
1512 }
1613}
You can’t perform that action at this time.
0 commit comments