{
  "version": "0.0.3",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "react-maptalks-ts",
  "author": "Miguel",
  "module": "dist/react-maptalks.esm.js",
  "size-limit": [
    {
      "path": "dist/react-maptalks.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/react-maptalks.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@rollup/plugin-image": "^3.0.1",
    "@size-limit/preset-small-lib": "^8.1.0",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "husky": "^8.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "size-limit": "^8.1.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "@types/maptalks": "^0.49.1",
    "maptalks": "^1.0.0-rc.14"
  },
  "repository": {
    "url": "https://ramirez411@bitbucket.org/ramirez411/react-maptalks.git",
    "type": "git"
  },
  "keywords": [
    "map",
    "maptalks",
    "mapComponent",
    "vector",
    "layer",
    "marker",
    "ts"
  ]
}
