{
  "name": "mineflayer-projectile",
  "version": "0.1.1",
  "description": "Effectively determine the trajectory & angle of projectiles in mineflayer with Newtonian mechanics",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firejoust/mineflayer-projectile.git"
  },
  "keywords": [
    "minecraft",
    "AI",
    "mineflayer",
    "physics"
  ],
  "author": "Firejoust",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firejoust/mineflayer-projectile/issues"
  },
  "homepage": "https://github.com/firejoust/mineflayer-projectile#readme",
  "dependencies": {
    "line3": "^0.0.8",
    "vec2": "^1.6.1",
    "vec3": "^0.1.7"
  }
}
