{
  "name": "kml-geojson",
  "version": "2.0.1",
  "description": "kml与geojson互转工具类",
  "main": "src/index.js",
  "exports": {
    "import": "./src/index.js",
    "require": "./dist/kml-geojson-src.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "scripts": {
    "build": "npm run lint && rollup -c",
    "lint": "eslint ./src/**/*.{js,ts} --fix",
    "push": "npm publish --access public  --registry=https://registry.npmjs.org"
  },
  "dependencies": {
    "jszip": "^3.10.1",
    "xmldom": "^0.6.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "chai": "^5.1.0",
    "chai-promised": "^1.0.2",
    "eslint": "^8.24.0",
    "express": "^4.17.2",
    "mocha": "^8.2.0",
    "morgan": "^1.10.0",
    "rollup": "^4.13.0",
    "semistandard": "^16.0.1",
    "standard": "^17.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/muyao1987/kml-geojson.git"
  },
  "bugs": {
    "url": "https://github.com/muyao1987/kml-geojson/issues",
    "email": "wh@marsgis.cn"
  },
  "keywords": [
    "marsgis",
    "mars3d",
    "gis",
    "kml",
    "kmz",
    "geojson"
  ],
  "author": "火星科技 木遥",
  "license": "Apache-2.0",
  "homepage": "https://github.com/muyao1987/kml-geojson"
}
