-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 932 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
{
"name": "@nxg-org/mineflayer-tracker",
"version": "1.2.2",
"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-tracker.git"
},
"license": "GPL-3.0",
"author": "generel_schwerz",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npx tsc",
"prepublish": "npm run build",
"test": "node --trace-warnings lib/example.js tracker-test"
},
"dependencies": {
"@nxg-org/mineflayer-trajectories": "^1.1.0",
"@nxg-org/mineflayer-util-plugin": "^1.5.2"
},
"devDependencies": {
"@types/node": "^17.0.4",
"mineflayer": "^4.4.0",
"typescript": "^4.5.5"
}
}