{
  "name": "cheap-ruler",
  "version": "3.0.2",
  "description": "A collection of fast approximations to common geographic measurements.",
  "main": "cheap-ruler.js",
  "module": "index.js",
  "jsdelivr": "cheap-ruler.min.js",
  "unpkg": "cheap-ruler.min.js",
  "types": "cheap-ruler.d.ts",
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.3",
    "@turf/turf": "^6.5.0",
    "benchmark": "^2.1.4",
    "eslint": "^8.2.0",
    "eslint-config-mourner": "^3.0.0",
    "esm": "^3.2.25",
    "node-vincenty": "0.0.6",
    "nyc": "^15.1.0",
    "rollup": "^2.60.0",
    "rollup-plugin-terser": "^7.0.2",
    "tape": "^5.3.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.4.4"
  },
  "scripts": {
    "pretest": "eslint index.js bench test/*.js",
    "test": "tape -r esm test/test.js",
    "posttest": "npm run build && npm run types",
    "types": "ts-node test/types.ts",
    "build": "rollup -c",
    "prepublishOnly": "npm test",
    "cov": "nyc tape test/test.js"
  },
  "files": [
    "index.js",
    "cheap-ruler.js",
    "cheap-ruler.min.js",
    "cheap-ruler.d.ts"
  ],
  "eslintConfig": {
    "extends": "mourner"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/cheap-ruler.git"
  },
  "keywords": [
    "geospatial",
    "measurement",
    "approximation",
    "distance"
  ],
  "author": "Vladimir Agafonkin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/cheap-ruler/issues"
  },
  "homepage": "https://github.com/mapbox/cheap-ruler#readme"
}
