{
  "name": "shp-utils",
  "private": false,
  "version": "0.2.0",
  "author": "yyznm <i@yyznm.cn>",
  "description": "使用JavaScript在geojson和shp数据之间转换",
  "repository": {
    "type": "git",
    "url": "https://github.com/yyznm/shp-utils.git"
  },
  "keywords": [
    "shp",
    "geojson",
    "shape"
  ],
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/shp-utils.umd.cjs",
  "module": "./dist/shp-utils.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/shp-utils.js",
    "require": "./dist/shp-utils.umd.cjs"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build"
  },
  "devDependencies": {
    "@types/file-saver": "^2.0.7",
    "file-saver": "^2.0.5",
    "typescript": "~5.7.2",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.3"
  },
  "dependencies": {
    "@turf/turf": "^7.1.0",
    "jszip": "^3.10.1"
  }
}
