{
  "name": "@mr-quin/dango-manifests",
  "version": "0.8.3",
  "description": "Built-in dango manifests for danmaku sources",
  "author": "Mr-Quin",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mr-Quin/dango.git",
    "directory": "packages/dango-manifests"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./manifests/*.json": "./src/manifests/*.json"
  },
  "files": [
    "src/manifests",
    "catalog.json"
  ],
  "scripts": {
    "type-check": "tsc -p tsconfig.json",
    "test": "bun test",
    "catalog": "bun run scripts/gen-catalog.ts",
    "catalog:check": "bun run scripts/gen-catalog.ts --check",
    "smoke": "bun run scripts/smoke-test.ts"
  },
  "devDependencies": {
    "@bufbuild/protobuf": "^2",
    "@mr-quin/dango": "workspace:*"
  }
}
