-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 879 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
39
40
41
{
"name": "mc-mapper",
"version": "0.0.1",
"description": "A library to help create funky maps in Minecraft Bedrock Edition using Code Connection",
"main": "index.js",
"directories": {
"lib": "mcm/lib",
"test": "test"
},
"dependencies": {
"core-js": "^3.6.5",
"jimp": "^0.16.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@jest/globals": "^26.4.2",
"jest": "^26.4.2"
},
"scripts": {
"test": "jest"
},
"jest": {
"testTimeout": 500000
},
"repository": {
"type": "git",
"url": "git+https://github.com/owenniblock/mc-mapper.git"
},
"keywords": [
"minecraft",
"hackathon",
"hack",
"node"
],
"author": "Owen Niblock",
"license": "MIT",
"bugs": {
"url": "https://github.com/owenniblock/mc-mapper/issues"
},
"homepage": "https://github.com/owenniblock/mc-mapper#readme"
}