{
  "name": "@allmaps/project",
  "version": "1.0.0-beta.8",
  "contributors": [
    {
      "name": "Manuel Claeys Bouuaert",
      "email": "manuel.claeys.b@gmail.com",
      "url": "https://manuelclaeysbouuaert.be"
    },
    {
      "name": "Bert Spaan",
      "email": "hello@bertspaan.nl",
      "url": "https://bertspaan.nl"
    }
  ],
  "description": "Projection functions",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allmaps/allmaps.git",
    "directory": "packages/project"
  },
  "homepage": "https://allmaps.org",
  "keywords": [
    "projection",
    "georeference",
    "map"
  ],
  "dependencies": {
    "@allmaps/stdlib": "^1.0.0-beta.40",
    "@allmaps/transform": "^1.0.0-beta.51",
    "proj4": "^2.20.0"
  },
  "devDependencies": {
    "@allmaps/annotation": "^1.0.0-beta.36",
    "@allmaps/types": "^1.0.0-beta.22",
    "@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"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "test": "NODE_ENV=test vitest run",
    "lint": "prettier --check src test && eslint src test --ext .js,.ts",
    "types": "tsc --noEmit",
    "format": "prettier --write src test",
    "documentation": "remark . --output --use remark-api",
    "bench": "node bench/index.js"
  },
  "license": "MIT",
  "gitHead": "5801dd5a129c88cb0aaea3f45e2e288f38565d46"
}
