-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 953 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
{
"name": "@nxg-org/mineflayer-physics-util",
"version": "1.5.9",
"description": "Provides functionality for more accurate entity and projectile tracking.",
"keywords": [
"mineflayer",
"mineflayer-plugin",
"mineflayer-tracker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nxg-org/mineflayer-physics-utils.git"
},
"license": "GPL-3.0",
"author": "generel_schwerz",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"prepublishOnly": "npm run build",
"test": "ts-node -T tests/fakeWorld.ts"
},
"dependencies": {
"@nxg-org/mineflayer-util-plugin": "^1.8.2"
},
"devDependencies": {
"expect": "^29.5.0",
"mineflayer": "^4.18.0",
"mineflayer-pathfinder": "^2.4.4",
"prismarine-entity": "^2.4.0",
"typescript": "^4.5.5"
}
}