forked from JaylyDev/interpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
{
"name": "interpreter",
"version": "19.80.0",
"description": "JavaScirpt Interpreter allows players to execute and interpret JavaScript code in Minecraft using a Script Engine in Minecraft Bedrock Script API.",
"main": "index.js",
"scripts": {
"build": "gulp && node dist && npx webpack"
},
"keywords": [],
"author": "JaylyMC",
"license": "GPL-3.0",
"devDependencies": {
"@types/cli-color": "^2.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.14",
"@types/uuid": "^10.0.0",
"cli-color": "^2.0.4",
"fs-extra": "^11.3.0",
"gulp": "^5.0.0",
"gulp-debug": "^5.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"json-obfuscator": "^2.0.2",
"ts-loader": "^9.5.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"uuid": "^11.1.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@minecraft/server": "2.0.0-beta.1.21.70-stable",
"@minecraft/server-admin": "1.0.0-beta.1.21.70-stable",
"@minecraft/server-gametest": "1.0.0-beta.1.21.70-stable",
"@minecraft/server-net": "1.0.0-beta.1.21.70-stable",
"@minecraft/server-ui": "2.0.0-beta.1.21.70-stable",
"deep-copy": "^1.4.2",
"highlight.js": "^11.6.0",
"source-map": "^0.7.4",
"typescript": "^5.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaylyDev/interpreter.git"
},
"bugs": {
"url": "https://github.com/JaylyDev/interpreter/issues"
},
"homepage": "https://github.com/JaylyDev/interpreter#readme"
}