{
  "name": "octopus-map",
  "version": "0.1.1",
  "description": "",
  "private": false,
  "main": "lib/index",
  "keywords": [
    "map",
    "openlayer"
  ],
  "scripts": {
    "serve": "webpack server --open",
    "build": "webpack --config webpack.config.js",
    "lint": "eslint --fix src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "typings": "types/index.d.ts",
  "author": "OctopusRoe",
  "bugs": {
    "email": "zp393939@outlook.com",
    "url": "https://github.com/OctopusRoe/octopus-map"
  },
  "homepage": "https://github.com/OctopusRoe/octopus-map",
  "files": [
    "doc",
    "lib",
    "types",
    "src",
    "utils",
    "scripts"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.14.8",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-react": "^7.14.5",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "chai": "^4.3.4",
    "css-loader": "^6.2.0",
    "eslint": "^7.31.0",
    "eslint-plugin-vue": "^7.14.0",
    "file-loader": "^6.2.0",
    "mocha": "^9.0.2",
    "style-loader": "^3.2.1",
    "webpack": "^5.50.0",
    "webpack-cli": "^4.7.2",
    "webpack-dev-server": "^3.11.2"
  },
  "dependencies": {
    "ol": "^6.6.1",
    "proj4": "^2.7.5"
  }
}
