{
  "name": "artifact-chain-assistant",
  "version": "0.13.0",
  "description": "Codex, Claude Code, and Kimi Code assistant plugin for artifact-chain projects",
  "license": "Apache-2.0",
  "type": "module",
  "packageManager": "pnpm@10.30.0",
  "keywords": [
    "codex-plugin",
    "claude-code",
    "kimi-code",
    "artifact-chain",
    "traceability",
    "agent-tools"
  ],
  "engines": {
    "node": ">=22.22.2 <23"
  },
  "scripts": {
    "build": "node scripts/generate-schema-validators.mjs && node scripts/sync-skills.mjs && node scripts/build-adapters.mjs && node scripts/build-runtime-bundles.mjs",
    "test": "pnpm test:node && pnpm check:canonical-json && pnpm check:schema-validators && pnpm sync:skills:check && pnpm build:adapters:check && pnpm build:runtime:check && pnpm check:templates && pnpm check:method-registry && pnpm check:compatibility && pnpm check:family-api",
    "test:node": "node --test test/*.test.mjs",
    "test:ci": "pnpm test",
    "check:templates": "node scripts/check-templates.mjs",
    "check:method-registry": "node scripts/check-method-registry.mjs",
    "check:compatibility": "node scripts/check-compatibility.mjs",
    "check:family-api": "node scripts/check-family-api.mjs",
    "check:schema-validators": "node scripts/generate-schema-validators.mjs --check",
    "check:canonical-json": "node scripts/generate-canonical-json-protocol.mjs --check",
    "typecheck": "node --check runtime/claude/version-lock-stop.mjs && node --check scripts/build-adapters.mjs && node --check scripts/build-runtime-bundles.mjs && node --check scripts/generate-schema-validators.mjs && node --check scripts/generate-canonical-json-protocol.mjs && node --check scripts/check-templates.mjs && node --check scripts/doctor.mjs && node --check scripts/install-git-hooks.mjs && node --check scripts/sync-skills.mjs && node --check scripts/check-method-registry.mjs && node --check scripts/check-compatibility.mjs && node --check scripts/lib/compatibility-policy.mjs && node --check scripts/lib/artifact-graph-runtime.mjs && node --check scripts/lib/inline-yaml-parser.mjs && node --check scripts/lib/workflow-profile.mjs && node --check scripts/lib/adoption-readiness.mjs && node --check scripts/lib/generated/canonical-json-v1.generated.mjs && node --check scripts/lib/generated/family-api-validator.generated.mjs && node --check scripts/lib/generated/project-facts-validator.generated.mjs && node --check scripts/batch-split.mjs && node --check scripts/batch-merge.mjs && node --check scripts/check-workflow-profile.mjs && node --check scripts/requirement-state-check.mjs && node --check scripts/run-artifact-workflow.mjs && node --check scripts/lib/family-api-validator.mjs && node --check scripts/lib/method-query.mjs && node --check scripts/check-family-api.mjs && node --check scripts/family-compile.mjs && node --check scripts/family-help-render.mjs && node --check scripts/method-query.mjs && node --check scripts/setup-checks.mjs",
    "sync:skills": "node scripts/sync-skills.mjs",
    "sync:skills:check": "node scripts/sync-skills.mjs --check",
    "build:adapters": "node scripts/build-adapters.mjs",
    "build:adapters:check": "node scripts/build-adapters.mjs --check",
    "build:runtime": "node scripts/build-runtime-bundles.mjs",
    "build:runtime:check": "node scripts/build-runtime-bundles.mjs --check",
    "doctor": "node scripts/doctor.mjs",
    "install-git-hooks": "node scripts/install-git-hooks.mjs"
  },
  "files": [
    "compatibility.json",
    "README.md",
    "README.zh-CN.md",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE",
    "INSTALL.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md",
    "SECURITY.md",
    "EXTENDED-ARTIFACT-CATALOG.md",
    "EXTENDED-ARTIFACT-CATALOG.zh-CN.md",
    "AGENT-METHOD-REGISTRY.md",
    "AGENT-METHOD-REGISTRY.zh-CN.md",
    ".github",
    ".claude-plugin",
    ".codex-plugin",
    ".kimi-plugin",
    "adapters",
    "site/.nojekyll",
    "site/00-matrix.html",
    "site/01-what.html",
    "site/02-architecture.html",
    "site/03-concepts.html",
    "site/04-cli.html",
    "site/05-scenarios.html",
    "site/06-method-registry.html",
    "site/07-glossary.html",
    "site/08-maintainer.html",
    "site/09-troubleshoot.html",
    "site/10-roadmap.html",
    "site/assets/editorial/mark.svg",
    "site/assets/editorial/site.js",
    "site/assets/editorial/style.css",
    "site/index.html",
    "skills",
    "skills-src",
    "templates",
    "scripts",
    "runtime",
    "agent-methods",
    "schemas",
    "family-apis",
    "families-src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ifoohoo/artifact-chain-assistant.git"
  },
  "bugs": {
    "url": "https://github.com/ifoohoo/artifact-chain-assistant/issues"
  },
  "homepage": "https://github.com/ifoohoo/artifact-chain-assistant#readme",
  "author": "广州市风荷科技有限公司",
  "contributors": [
    "mzdbxqh"
  ],
  "dependencies": {
    "agent-method-registry": "0.2.0"
  },
  "devDependencies": {
    "ajv": "^8.20.0",
    "artifact-graph": "0.13.0"
  }
}
