{
  "name": "@2112-lab/pathfinder",
  "version": "1.0.39",
  "description": "Pure JavaScript 3D pathfinding algorithm library for industrial plant pipe routing",
  "type": "module",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c --watch",
    "test": "echo \"Tests not yet implemented\" && exit 0",
    "docs": "jsdoc -c jsdoc.json",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "pathfinding",
    "3d",
    "pipe-routing",
    "industrial",
    "algorithm"
  ],
  "author": "2112-lab",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/2112-lab/central-plant-pathfinder.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.23.3",
    "@babel/preset-env": "^7.23.3",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "docdash": "^2.0.2",
    "rollup": "^2.79.1",
    "rollup-plugin-terser": "^7.0.2"
  }
}
