-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.5 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
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.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.7.23",
"@types/uuid": "^8.3.4",
"cli-color": "^2.0.3",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-debug": "^3.2.0",
"gulp-typescript": "^6.0.0-alpha.1",
"json-obfuscator": "^2.0.2",
"ts-loader": "^9.4.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"uuid": "^9.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@minecraft/server": "1.2.0-beta.1.19.80-stable",
"@minecraft/server-admin": "1.0.0-beta.1.19.80-stable",
"@minecraft/server-gametest": "1.0.0-beta.1.19.80-stable",
"@minecraft/server-net": "1.0.0-beta.1.19.80-stable",
"@minecraft/server-ui": "1.0.0-beta.1.19.80-stable",
"deep-copy": "^1.4.2",
"highlight.js": "^11.6.0",
"source-map": "^0.7.4",
"typescript": "^4.8.4"
},
"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"
}