{
  "name": "mars-coord",
  "version": "0.0.3",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "compile": "shx rm -rf lib && tsc",
    "prepublish": "npm run compile"
  },
  "keywords": [
    "coordinates",
    "conversion",
    "geolocation",
    "mapping",
    "WGS84",
    "GCJ02",
    "BD09",
    "CGCS2000",
    "geospatial",
    "gis",
    "geocoding",
    "longitude",
    "latitude",
    "maps",
    "Amap",
    "Baidu Maps",
    "Tencent Maps"
  ],
  "author": {
    "url": "https://github.com/ShinChven",
    "name": "ShinChven",
    "email": "shinchven@gmail.com"
  },
  "repository": {
    "url": "https://github.com/ShinChven/mars-coord.git"
  },
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "mocha": "^10.2.0",
    "ts-mocha": "^10.0.0",
    "@types/node": "^20.4.5",
    "shx": "^0.3.4",
    "typescript": "^5.1.6"
  }
}
