{
  "name": "@allmaps/annotation",
  "version": "1.0.0-beta.36",
  "author": {
    "name": "Bert Spaan",
    "email": "hello@bertspaan.nl",
    "url": "https://bertspaan.nl"
  },
  "description": "Functions for generating and parsing IIIF georeference annotations",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allmaps/allmaps.git",
    "directory": "packages/annotation"
  },
  "homepage": "https://allmaps.org",
  "keywords": [
    "iiif",
    "georeference",
    "map"
  ],
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "test": "NODE_ENV=test vitest run",
    "lint": "prettier --check src test && eslint src test --ext .js,.ts",
    "format": "prettier --write src test",
    "types": "tsc --noEmit",
    "documentation": "remark . --output --use remark-api",
    "examples": "cp test/input/map.parse-generate.json examples/map.example.json && cp test/input/annotation.parse-generate.json examples/annotation.example.json"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/eslint": "^8.56.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.7.0",
    "vitest": "^4.0.4",
    "zod-validation-error": "^3.4.0"
  },
  "dependencies": {
    "zod": "^3.22.4"
  },
  "gitHead": "dfe8dc3b15ae53f3dec0627144a0778de3a51779"
}
