-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 887 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
{
"name": "mineflayer-elytrafly",
"version": "1.4.6",
"description": "Plugin for ElytraFly on mineflayer bots",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build && require-self",
"lint": "ts-standard",
"fix": "ts-standard --fix"
},
"keywords": [
"mineflayer",
"bot",
"minecraft",
"elytra"
],
"author": "amoraschi",
"license": "ISC",
"dependencies": {
"mineflayer": "^4.3.0"
},
"devDependencies": {
"require-self": "^0.2.3",
"ts-standard": "^11.0.0",
"typescript": "^4.7.4"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/amoraschi/mineflayer-elytrafly.git"
},
"bugs": {
"url": "https://github.com/amoraschi/mineflayer-elytrafly/issues"
},
"homepage": "https://github.com/amoraschi/mineflayer-elytrafly#readme"
}