{
  "name": "@allmaps/triangulate",
  "version": "1.0.0-beta.29",
  "author": {
    "name": "Manuel Claeys Bouuaert",
    "email": "manuel.claeys.b@gmail.com",
    "url": "https://manuelclaeysbouuaert.be"
  },
  "description": "Allmaps Triangulation Library",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allmaps/allmaps.git",
    "directory": "packages/triangulate"
  },
  "homepage": "https://allmaps.org",
  "keywords": [
    "allmaps",
    "triangulate",
    "polygon triangulation",
    "Constrained Delaunay Triangulation",
    "Delaunator",
    "Constrainautor"
  ],
  "scripts": {
    "watch": "tsc --watch",
    "bench": "node bench/index.js",
    "build": "tsc",
    "test": "NODE_ENV=test mocha",
    "lint": "prettier --check src test && eslint src test --ext .js,.ts",
    "format": "prettier --write src test",
    "types": "tsc --noEmit",
    "documentation": "remark . --output --use remark-api"
  },
  "license": "MIT",
  "dependencies": {
    "@allmaps/stdlib": "^1.0.0-beta.37",
    "@allmaps/types": "^1.0.0-beta.20",
    "@kninnug/constrainautor": "^4.0.0",
    "delaunator": "^5.0.1",
    "point-in-polygon-hao": "^1.2.4"
  },
  "devDependencies": {
    "@types/delaunator": "^5.0.3",
    "@types/eslint": "^8.56.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "chai": "^4.3.6",
    "chai-shallow-deep-equal": "^1.4.6",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "mocha": "^10.8.2",
    "prettier": "^3.4.2",
    "remark-api": "^1.1.0",
    "remark-cli": "^12.0.1",
    "typescript": "^5.7.0"
  },
  "gitHead": "d7e8b2ee5a5496bffb70cfcd1143cfabce4d5760"
}
