-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "@esploratori/bedrock",
"version": "1.0.0",
"description": "This pack provides a library that can be used to send messages and embeds to discord form a bedrock bds server.",
"main": "dist/index.js",
"keywords": [
"minecraft",
"bedrock",
"bds",
"bedrockbridge",
"discord"
],
"author": "InnateAlpaca <innatealpaca@esploratori.space> (https://github.com/Esploratori-Dev)",
"publishConfig": {
"ignore": [
"src/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Esploratori-Dev/bedrock.git"
},
"license": "MIT",
"devDependencies": {
"@minecraft/server": "^1.14.0"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/Esploratori-Dev/bedrock/issues"
},
"homepage": "https://github.com/Esploratori-Dev/bedrock#readme"
}