{
  "name": "@allmaps/id",
  "version": "1.0.0-beta.37",
  "description": "IDs for Allmaps",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allmaps/allmaps.git",
    "directory": "packages/id"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "test": "NODE_ENV=test vitest run",
    "types": "tsc --noEmit",
    "lint": "prettier --check src test && eslint src test --ext .js,.ts",
    "format": "prettier --write src test",
    "documentation": "remark . --output --use remark-api"
  },
  "keywords": [
    "allmaps",
    "id",
    "identifier",
    "checksum"
  ],
  "author": {
    "name": "Bert Spaan",
    "email": "hello@bertspaan.nl"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/allmaps/id/issues"
  },
  "homepage": "https://allmaps.org",
  "devDependencies": {
    "@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"
  },
  "engines": {
    "node": ">=v19.0.0"
  },
  "gitHead": "814686e9c8e78777708c22dcd1efc4c81d968539"
}
