{
  "name": "mgrs",
  "version": "2.2.0",
  "description": "Utility for converting between WGS84 lat/lng and MGRS coordinates",
  "main": "dist/mgrs.min.js",
  "module": "dist/mgrs.esm.js",
  "types": "index.d.ts",
  "files": [
    "mgrs.js",
    "index.d.ts",
    "dist/mgrs.esm.js",
    "dist/mgrs.esm.js.map",
    "dist/mgrs.js",
    "dist/mgrs.min.js",
    "dist/mgrs.min.js.map"
  ],
  "scripts": {
    "lint": "eslint mgrs.js && eslint test",
    "pretest": "npm run clean && npm run build",
    "test": "nyc mocha test/test.js",
    "clean": "rimraf dist",
    "build": "mkdir dist && rollup -c",
    "setup": "cd test && node setup.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/proj4js/mgrs.git"
  },
  "keywords": [
    "geodesy",
    "mgrs",
    "proj4",
    "gis"
  ],
  "author": "proj4 team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/proj4js/mgrs/issues"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.3.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "rimraf": "^3.0.0",
    "rollup": "^1.21.2",
    "rollup-plugin-terser": "^5.1.1"
  }
}
