@allmaps/triangulate
Version:
Allmaps Triangulation Library
66 lines (65 loc) • 1.86 kB
JSON
{
"name": "@allmaps/triangulate",
"version": "1.0.0-beta.33",
"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 --noCheck",
"bench": "node ./bench/index.ts",
"build": "tsc --noCheck",
"test": "NODE_ENV=test vitest run",
"lint": "prettier --ignore-path ../../.gitignore --check src test && eslint src test --ext .js,.ts",
"format": "prettier --ignore-path ../../.gitignore --write src test",
"types": "tsc --noEmit",
"documentation": "remark . --output --use remark-api"
},
"license": "MIT",
"dependencies": {
"@allmaps/stdlib": "^1.0.0-beta.41",
"@allmaps/types": "^1.0.0-beta.23",
"@kninnug/constrainautor": "^4.0.1",
"delaunator": "^5.0.1",
"kdbush": "^4.1.0",
"robust-predicates": "^3.0.3"
},
"devDependencies": {
"@types/delaunator": "^5.0.3",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.6.2",
"remark-api": "^1.1.0",
"remark-cli": "^12.0.1",
"typescript": "^5.9.3",
"vitest": "^4.0.4"
},
"gitHead": "0776371fa222f670b893d87b302c6334e825ac3e"
}