{
  "name": "douglas-peucker",
  "version": "1.1.3",
  "description": "A high-performance implementation of the Douglas-Peucker line simplification algorithm, supporting multiple data formats for input and output.",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "git": "read -p 'Enter commit message: ' msg && git add . && git commit -m \"$msg\" && git push"
  },
  "keywords": [
    "douglas-peucker",
    "Ramer-Douglas-Peucker",
    "RDP",
    "line-simplification",
    "trajectory-simplification",
    "geometry",
    "algorithm",
    "simplification",
    "point-reduction",
    "gis"
  ],
  "author": {
    "name": "jvy",
    "email": "jvy@qq.com",
    "url": "https://hub.js.cn"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "latest",
    "typescript": "latest",
    "tsup": "latest"
  },
  "homepage": "https://hub.js.cn",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/proj4js/douglas-peucker.git"
  }
}