{
  "name": "@allmaps/render",
  "version": "1.0.0-beta.83",
  "contributors": [
    {
      "name": "Bert Spaan",
      "email": "hello@bertspaan.nl",
      "url": "https://bertspaan.nl"
    },
    {
      "name": "Manuel Claeys Bouuaert",
      "email": "manuel.claeys.b@gmail.com",
      "url": "https://manuelclaeysbouuaert.be"
    }
  ],
  "description": "Render functions for WebGL and image buffers",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./intarray": "./dist/intarray.js",
    "./canvas": "./dist/canvas.js",
    "./webgl2": "./dist/webgl2.js",
    "./wasm": "./dist/wasm.js"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allmaps/allmaps.git",
    "directory": "packages/render"
  },
  "scripts": {
    "dev": "vite dev --mode localhost",
    "watch": "vite build --watch",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "prettier --ignore-path ../../.gitignore --check src && eslint src --ext .js,.ts",
    "types": "tsc --noEmit",
    "format": "prettier --ignore-path ../../.gitignore --write src",
    "documentation": "remark . --output --use remark-api"
  },
  "homepage": "https://allmaps.org",
  "keywords": [
    "allmaps",
    "georeference",
    "map"
  ],
  "dependencies": {
    "@allmaps/annotation": "^1.0.0-beta.37",
    "@allmaps/id": "^1.0.0-beta.38",
    "@allmaps/iiif-parser": "^1.0.0-beta.48",
    "@allmaps/project": "^1.0.0-beta.9",
    "@allmaps/stdlib": "^1.0.0-beta.41",
    "@allmaps/tailwind": "^1.0.0-beta.21",
    "@allmaps/transform": "^1.0.0-beta.52",
    "@allmaps/triangulate": "^1.0.0-beta.33",
    "@allmaps/types": "^1.0.0-beta.23",
    "comlink": "^4.4.1",
    "lodash-es": "^4.17.21",
    "point-in-polygon-hao": "^1.2.4",
    "proj4": "^2.20.0",
    "rbush": "^4.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/eslint": "^8.56.0",
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^24",
    "@types/rbush": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "prettier": "^3.6.2",
    "remark-api": "^1.1.0",
    "remark-cli": "^12.0.1",
    "typescript": "^5.9.3",
    "vite": "^8.0",
    "vite-plugin-dts": "^3.8.3",
    "vite-plugin-glsl": "^1.3.0",
    "vite-plugin-no-bundle": "^4.0.0"
  },
  "gitHead": "0776371fa222f670b893d87b302c6334e825ac3e"
}
