{
  "name": "@jawg/taxonomy",
  "version": "1.3.0",
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "format": "npm run format-html && npm run format-js && npm run format-riot",
    "format-html": "find src demo -name '*.html' -exec prettier --config .prettierrc --parser html -w {} \\;",
    "format-js": "prettier -w --config .prettierrc src/ rollup.*",
    "format-riot": "find src -type f -name '*.riot' -exec prettier --config .prettierrc --parser html -w {} \\;",
    "start": "ROLLUP_SERVE=true rollup -c -w",
    "watch": "rollup -c -w"
  },
  "description": "Building a map taxonomy chart with style.json",
  "keywords": [
    "Map",
    "Taxonomy",
    "Chart"
  ],
  "author": "Jawg Maps",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-html": "^1.0.2",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "color-operations-ui": "^1.1.0",
    "prettier": "^3.1.0",
    "riot": "^9.1.2",
    "rollup": "^4.6.1",
    "rollup-plugin-app-utils": "^1.0.6",
    "rollup-plugin-commonjs": "^10.1.0",
    "@rollup/plugin-json": "^6.0.1",
    "rollup-plugin-riot": "^9.0.2",
    "rollup-plugin-serve": "^3.0.0",
    "webfontloader": "^1.6.28"
  }
}
