{
  "name": "@nxg-org/mineflayer-tracker",
  "version": "1.3.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"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "GPL-3.0",
  "author": "generel_schwerz",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "@nxg-org/mineflayer-physics-util": "^1.8.7",
    "@nxg-org/mineflayer-trajectories": "^1.2.1",
    "@nxg-org/mineflayer-util-plugin": "^1.8.4"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "mineflayer": "^4.27.0",
    "prismarine-block": "^1.23.0",
    "prismarine-entity": "^2.6.0",
    "typescript": "^5.8.3",
    "vec3": "^0.1.10"
  },
  "scripts": {
    "build": "npx tsc",
    "prepublish": "npm run build",
    "test": "node --trace-warnings lib/example.js tracker-test"
  }
}