{
  "name": "@emuanalytics/flow-rdf-core",
  "version": "4.1.1",
  "description": "",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    },
    "./plugins": {
      "import": "./dist/lib/map/plugins/index.mjs"
    },
    "./utils": {
      "import": "./dist/lib/utils/index.mjs"
    },
    "./flow-rdf-core.css": {
      "default": "./styles/flow-rdf-core.css"
    }
  },
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "plugins",
    "utils",
    "styles"
  ],
  "devDependencies": {
    "@storybook/addon-essentials": "^7.1.1",
    "@storybook/addon-links": "^7.1.1",
    "@storybook/blocks": "^7.1.1",
    "@storybook/web-components": "^7.1.1",
    "@storybook/web-components-vite": "^7.1.1",
    "@types/colorbrewer": "^1.0.29",
    "@types/debug": "^4.1.12",
    "@types/fs-extra": "^11.0.1",
    "@types/geojson": "^7946.0.10",
    "@types/gl": "^6.0.2",
    "@types/parsimmon": "^1.10.6",
    "@vitest/coverage-v8": "^2.1.1",
    "@vitest/web-worker": "^0.33.0",
    "changelogen": "^0.5.3",
    "cross-fetch": "^4.0.0",
    "cssnano": "^6.0.1",
    "eslint": "^8.42.0",
    "eslint-config-unjs": "^0.2.0",
    "eslint-plugin-storybook": "^0.6.13",
    "fs-extra": "^11.1.1",
    "jest-matcher-deep-close-to": "^3.0.2",
    "jest-webgl-canvas-mock": "^2.5.0",
    "jsdom": "^22.1.0",
    "jsdom-worker": "^0.3.0",
    "lit": "^2.7.6",
    "msw": "^2.4.9",
    "postcss-cli": "^10.1.0",
    "postcss-import": "^15.1.0",
    "prettier": "^2.8.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^7.1.1",
    "tsx": "^4.19.1",
    "typedoc": "^0.26.8",
    "typedoc-plugin-markdown": "^4.2.9",
    "typedoc-vitepress-theme": "^1.0.2",
    "typescript": "^5.6.3",
    "unbuild": "^2.0.0",
    "vitest": "^2.1.1",
    "vitest-canvas-mock": "^0.3.3",
    "whatwg-fetch": "^3.6.17"
  },
  "packageManager": "pnpm@7.33.0",
  "dependencies": {
    "@emuanalytics/flow-engine-client": "^2.0.13",
    "@emuanalytics/mapbox-gl-draw": "^1.3.2",
    "@emuanalytics/maplibre-gl": "^5.8.0",
    "@emuanalytics/maplibre-gl-style-spec": "^24.2.0",
    "@turf/area": "^6.5.0",
    "@turf/bbox": "^6.5.0",
    "@turf/boolean-equal": "^6.5.0",
    "@turf/buffer": "^6.5.0",
    "@turf/centroid": "^7.2.0",
    "@turf/circle": "^6.5.0",
    "@turf/distance": "^6.5.0",
    "@turf/helpers": "^6.5.0",
    "@turf/invariant": "^6.5.0",
    "@turf/length": "^6.5.0",
    "@types/file-saver": "^2.0.7",
    "colorbrewer": "^1.5.3",
    "debug": "^4.3.7",
    "eventemitter3": "^5.0.1",
    "file-saver": "^2.0.5",
    "lz-string": "^1.5.0",
    "mobx": "^6.10.0",
    "mobx-utils": "^6.0.7",
    "nanoid": "^4.0.2",
    "parsimmon": "^1.18.1"
  },
  "peerDependencies": {
    "lit-html": "^2.7.5"
  },
  "scripts": {
    "build": "pnpm run build:css && unbuild && pnpm run build:fix",
    "build:fix": "tsx scripts/fix-up-build-output.mts",
    "build:css": "postcss src/css/flow-rdf-core.css -o styles/flow-rdf-core.css --config postcss.custom-config.js",
    "build:docs": "typedoc",
    "dev": "vitest dev",
    "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
    "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "vitest run --coverage",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "type-check": "tsc --noEmit",
    "generate-aliases": "node ./scripts/generate-aliases.cjs"
  }
}