-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 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-bedrock-debug-screen",
"version": "2.1.1",
"description": "A Minecraft Bedrock behavior pack that adds debug screen features",
"engines": {
"node": ">=16.7.0"
},
"main": "main.js",
"scripts": {
"dev": "node dev.js",
"format": "npx wayfindpc format",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WayfindEntertainment/Bedrock-Debug-Screen.git"
},
"keywords": [
"Minecraft",
"Minecraft-Bedrock"
],
"author": "M. Scott Lassiter, Wayfind Kids and Graphic Art Quest",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/WayfindEntertainment/Bedrock-Debug-Screen/issues"
},
"homepage": "https://github.com/WayfindEntertainment/Bedrock-Debug-Screen#readme",
"dependencies": {
"@minecraft/server": "^2.1.0-rc.1.21.100-preview.22"
},
"devDependencies": {
"wayfindpc": "^1.1.10"
}
}