forked from Bedrock-OSS/bedrock-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 697 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "wiki-addon",
"version": "1.1.1",
"description": "This repository contains example behavior and resource packs, used for showcasing various mechanics on the Bedrock Wiki. While updated `mcaddons` should be provided there, this repo exists to work on the source conveniently.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bedrock-OSS/wiki-addon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bedrock-OSS/wiki-addon/issues"
},
"homepage": "https://github.com/Bedrock-OSS/wiki-addon#readme"
}