{
  "author": "Mapbox",
  "name": "@mapbox/maki",
  "description": "Pixel-perfect icons for web cartography",
  "version": "8.2.0",
  "main": "index.js",
  "browser": "browser.cjs.js",
  "module": "browser.esm.js",
  "scripts": {
    "test": "tape test/*.test.js | tap-spec",
    "build": "node scripts/make-layouts.js && node scripts/format-icons.js && node scripts/make-browser.js && node scripts/make-meta-icons"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.17.0",
    "esbuild": "^0.12.25",
    "eslint": "^9.17.0",
    "globals": "^15.14.0",
    "husky": "^1.0.0",
    "pify": "^4.0.1",
    "prettier": "^1.14.3",
    "tap-spec": "^5.0.0",
    "tape": "^4.2.2",
    "xml2js": "^0.6.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/maki"
  },
  "keywords": [
    "map",
    "icon",
    "poi",
    "svg"
  ],
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/mapbox/maki/issues"
  },
  "homepage": "https://github.com/mapbox/maki",
  "husky": {
    "hooks": {
      "pre-commit": "eslint ./scripts/* && npm run build && prettier --write ./scripts/* ./browser.* ./test/* && git add ."
    }
  },
  "prettier": {
    "singleQuote": true
  }
}
