-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 970 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
42
{
"author": {
"name": "Ic3Tank"
},
"bugs": {
"url": "https://github.com/IceTank/mineflayer-panorama/issues"
},
"dependencies": {
"express": "^4.17.1",
"node-canvas-webgl": "^0.2.6",
"prismarine-viewer": "^1.19.2",
"three": "^0.127.0",
"vec3": "^0.1.7"
},
"name": "mineflayer-panorama",
"version": "0.0.1",
"description": "A Mineflayer Plugin for generating Panoramas",
"deprecated": false,
"devDependencies": {
"@types/node": "14.14.5",
"require-self": "0.2.3",
"typescript": "4.0.5",
"mineflayer": "^4.3.0",
"standard": "^16.0.1"
},
"homepage": "https://github.com/IceTank/mineflayer-panorama#readme",
"keywords": [
"mineflayer",
"plugin",
"panorama"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/IceTank/mineflayer-panorama.git"
},
"scripts": {
"fix": "standard --fix",
"lint": "standard"
}
}