{
  "name": "@2112-lab/pathfinder",
  "version": "1.0.18",
  "description": "A lightweight 3D pathfinding library for finding orthogonal paths between objects in 3D space",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/browser.js",
  "scripts": {
    "build": "rollup -c",
    "prepare": "npm run build",
    "docs": "mkdir -p docs && jsdoc2md src/**/*.js > docs/API.md"
  },
  "keywords": [
    "3d",
    "pathfinding",
    "a-star",
    "astar",
    "orthogonal",
    "grid"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "jsdoc": "^4.0.2",
    "jsdoc-to-markdown": "^9.1.1",
    "rollup": "^4.9.6"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/plant-3d-pathfinding.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/plant-3d-pathfinding/issues"
  },
  "homepage": "https://github.com/yourusername/plant-3d-pathfinding#readme"
}
