@maplat/tin
Version:
JavaScript library which performs homeomorphic conversion mutually between the coordinate systems of two planes based on the control points.
101 lines (100 loc) • 3.05 kB
JSON
{
"name": "@maplat/tin",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "0.11.4",
"description": "JavaScript library which performs homeomorphic conversion mutually between the coordinate systems of two planes based on the control points.",
"type": "module",
"main": "./dist/maplat_tin.cjs",
"module": "./dist/maplat_tin.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/maplat_tin.umd.js",
"import": "./dist/maplat_tin.js",
"require": "./dist/maplat_tin.cjs"
}
},
"files": [
"dist",
"src",
"README.md",
"README.ja.md",
"LICENSE"
],
"scripts": {
"dev": "vite",
"build": "npm run typecheck && cross-env BUILD_MODE=package vite build",
"typecheck": "tsc --noEmit --allowImportingTsExtensions",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint src tests",
"prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build",
"version:bump": "node scripts/bump-version.js",
"version:sync": "node scripts/sync-version.js",
"publish:npm": "node scripts/publish-npm.js",
"publish:npm:dry": "node scripts/publish-npm.js --dry-run",
"publish:deno": "node scripts/publish-deno.js",
"publish:deno:dry": "node scripts/publish-deno.js --dry-run",
"publish:all": "node scripts/publish-all.js",
"publish:all:dry": "node scripts/publish-all.js --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4history/MaplatTin.git"
},
"author": "Code for History",
"license": "Maplat Limited License 1.1",
"bugs": {
"url": "https://github.com/code4history/MaplatTin/issues"
},
"homepage": "https://github.com/code4history/MaplatTin/wiki",
"keywords": [
"triangulation",
"warp",
"GIS",
"Maplat",
"MaplatTin",
"deno"
],
"dependencies": {
"@maplat/edgebound": "^0.2.3",
"@maplat/transform": "^0.2.3"
},
"peerDependencies": {
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/centroid": "^7.2.0",
"@turf/convex": "^7.2.0",
"@turf/helpers": "^7.2.0",
"@turf/line-intersect": "^7.2.0",
"delaunator": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/delaunator": "^5.0.3",
"@types/estree": "^1.0.8",
"@types/geojson": "^7946.0.15",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitest/coverage-v8": "^3.2.4",
"cross-env": "^7.0.3",
"dotenv": "^16.5.0",
"dotenv-cli": "^8.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"jest-matcher-deep-close-to": "^3.0.2",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.4.0",
"vitest": "^3.2.4"
}
}