{
  "name": "@fedify/vocab",
  "version": "2.2.5",
  "license": "MIT",
  "exports": {
    ".": "./src/mod.ts"
  },
  "description": "Vocabularies library for @fedify/fedify",
  "author": {
    "name": "Hong Minhee",
    "email": "hong@minhee.org",
    "url": "https://hongminhee.org/"
  },
  "imports": {
    "fast-check": "npm:fast-check@^3.22.0",
    "fetch-mock": "npm:fetch-mock@^12.5.2",
    "jsonld": "npm:jsonld@^9.0.0"
  },
  "exclude": [
    "dist/",
    "dist-tests/",
    "node_modules/",
    "src/*.yaml",
    "!src/vocab.ts"
  ],
  "publish": {
    "exclude": [
      "**/*.test.ts",
      "tsdown.config.ts",
      "scripts/"
    ]
  },
  "tasks": {
    "check": "deno fmt --check && deno lint && deno check src/*.ts",
    "compile": "deno run --allow-read --allow-write --allow-env --allow-run scripts/codegen.ts",
    "test": "deno test --allow-read --allow-write --allow-env --unstable-kv --trace-leaks --parallel"
  }
}
