{
  "name": "sofa-map",
  "version": "1.1.25",
  "description": "",
  "main": "dist/index.umd.js",
  "module": "dist/index.es5.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "site": "npm run tsc && bisheng build",
    "deploy": "npm run tsc && bisheng gh-pages",
    "start": "bisheng start",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc",
    "nodemon": "nodemon --exec 'npm run tsc' --watch components --watch hooks -e ts,tsx",
    "dev": "rollup -c rollup.config.ts -w",
    "build": "tsc --module commonjs && rollup -c rollup.config.ts",
    "lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
    "lint-quiet": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet"
  },
  "author": "lichun",
  "license": "MIT",
  "devDependencies": {
    "@ant-design/tools": "^8.0.4",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@types/node": "^12.12.7",
    "@types/react": "^16.9.11",
    "@typescript-eslint/eslint-plugin": "^2.24.0",
    "@typescript-eslint/parser": "^2.24.0",
    "bisheng": "^1.3.3",
    "bisheng-plugin-antd": "^1.3.2",
    "bisheng-plugin-react": "^1.1.1",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.19.0",
    "husky": "^4.2.3",
    "react": "^16.11.0",
    "react-router": "^5.1.2",
    "rollup": "^2.0.6",
    "rollup-plugin-copy-assets": "^2.0.1",
    "rollup-plugin-sourcemaps": "^0.5.0",
    "rollup-plugin-typescript2": "^0.26.0",
    "tern": "^0.24.2",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "amap-js-api-typings": "^1.0.1",
    "sofa-heremap": "^1.0.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint-quiet"
    }
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "sideEffects": [
    "dist/*",
    "es/**/style/*",
    "lib/**/style/*",
    "*.less"
  ]
}
