{
  "name": "@antv/geo-coord",
  "version": "1.0.8",
  "description": "> 地理坐标系",
  "author": "https://github.com/orgs/antvis/people",
  "homepage": "",
  "license": "ISC",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "prepublish": " rm -rf lib && tsc -p ./ --outDir lib/",
    "coverage": "npm run coverage-generator && npm run coverage-viewer",
    "coverage-generator": "torch --coverage --compile  --renderer --source-pattern ./src/**/*.js --recursive ./__tests__/unit/",
    "coverage-viewer": "node node_modules/@antv/torch/bin/coverage",
    "test": "torch --compile --recursive ./__tests__/unit",
    "test-all": "npm run test && npm run test-bugs",
    "test-bugs": "torch --compile --renderer --recursive ./__tests__/bugs",
    "test-bugs-live": "torch --compile --interactive --watch --recursive ./__tests__/bugs",
    "test-live": "torch --compile --interactive --watch --recursive ./__tests__/unit",
    "tsc": "tsc --noEmit"
  },
  "dependencies": {
    "@antv/gl-matrix": "^2.7.1",
    "@antv/util": "~2.0.1"
  },
  "devDependencies": {
    "@antv/torch": "^1.0.1",
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.2.0",
    "@babel/preset-typescript": "^7.1.0",
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-angular": "^7.1.2",
    "@types/lodash": "^4.14.119",
    "@types/node": "^10.12.18",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.4",
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "eslint": "^5.10.0",
    "eslint-config-egg": "^7.1.0",
    "eslint-plugin-html": "^5.0.0",
    "git-contributor": "~1.0.8",
    "husky": "^1.3.0",
    "less": "^3.9.0",
    "source-map-support": "^0.5.9",
    "ts-loader": "^5.3.1",
    "ts-node": "^7.0.1",
    "tslint": "^5.12.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.2.2",
    "webpack": "^4.26.1",
    "webpack-cli": "^3.1.2"
  }
}
