{
  "name": "reproject-bbox",
  "version": "0.13.1",
  "description": "Reproject a Bounding Box",
  "main": "reproject-bbox.js",
  "unpkg": "reproject-bbox.min.js",
  "jsdelivr": "reproject-bbox.min.js",
  "types": "reproject-bbox.d.ts",
  "files": [
    "reproject-bbox.d.ts",
    "reproject-bbox.js",
    "reproject-bbox.min.js"
  ],
  "scripts": {
    "b": "npm run build",
    "build": "npx browserify ./reproject-bbox.js > reproject-bbox.min.js",
    "f": "npm run format",
    "format": "npx prettier --print-width=180 --write reproject-bbox.js test.js test.mjs test.ts",
    "prepublishOnly": "npm run format && npm run build && npm run test",
    "test:cjs": "node test.js",
    "test:mjs": "node test.mjs",
    "test:ts": "npx ts-node ./test.ts",
    "test": "npm run test:cjs && npm run test:mjs && npm run test:ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/reproject-bbox.git"
  },
  "keywords": [
    "bbox",
    "boundingbox",
    "crs",
    "geography",
    "geospatial",
    "gis",
    "map",
    "proj",
    "project",
    "proj4",
    "reproject",
    "srs"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/reproject-bbox/issues"
  },
  "homepage": "https://github.com/DanielJDufour/reproject-bbox#readme",
  "devDependencies": {
    "flug": "^2.7.1"
  },
  "dependencies": {
    "bbox-fns": "^0.20.2",
    "proj4-fully-loaded": "^0.2.0",
    "proj4-merge": "^0.1.1"
  }
}
