{
  "name": "workspace-architect",
  "version": "2.2.151",
  "description": "A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.",
  "bin": {
    "workspace-architect": "bin/cli.js",
    "wsa": "bin/cli.js"
  },
  "scripts": {
    "start:registry": "verdaccio --config verdaccio/config.yaml",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:local": "node bin/cli.js list && node bin/cli.js download instructions a11y --dry-run",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "analyze": "node scripts/analysis/analyze-collections.js",
    "generate-manifest": "node scripts/generation/generate-manifest.js",
    "migrate-collections": "node scripts/generation/migrate-collections-format.js",
    "prepublishOnly": "npm run generate-manifest",
    "sync": "node scripts/sync-repo.js",
    "sync-agents": "node scripts/sync-repo.js agents",
    "sync-instructions": "node scripts/sync-repo.js instructions",
    "sync-prompts": "node scripts/sync-repo.js prompts",
    "sync-collections": "node scripts/sync-repo.js collections",
    "sync-skills": "node scripts/sync-repo.js skills",
    "sync-hooks": "node scripts/sync-repo.js hooks",
    "sync-plugins": "node scripts/sync-repo.js plugins",
    "sync-all": "node scripts/sync-repo.js all",
    "validate-skills": "node scripts/analysis/validate-skills.js",
    "validate-assets": "node scripts/analysis/validate-assets.js",
    "release": "release-it",
    "publish:local": "npm run release && npm publish --registry http://localhost:4873"
  },
  "files": [
    "bin",
    "assets-manifest.json",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "github-copilot",
    "copilot-agents",
    "ai-agents",
    "copilot-instructions",
    "copilot-chat",
    "chatmodes",
    "ai-personas",
    "prompts",
    "prompt-engineering",
    "developer-tools",
    "cli-tool",
    "npx",
    "code-assistant",
    "ai-assistant",
    "agentic-workflow",
    "llm",
    "claude-skills",
    "vscode",
    "architecture",
    "devops",
    "react",
    "azure",
    "typescript",
    "code-generation",
    "productivity"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archubbuck/workspace-architect.git"
  },
  "bugs": {
    "url": "https://github.com/archubbuck/workspace-architect/issues"
  },
  "homepage": "https://github.com/archubbuck/workspace-architect#readme",
  "author": "Adam Chubbuck <adam.chubbuck@gmail.com> (https://github.com/archubbuck)",
  "license": "ISC",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0",
    "gray-matter": "^4.0.3",
    "inquirer": "^9.2.15",
    "minimatch": "^10.1.1",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@release-it/conventional-changelog": "^8.0.2",
    "@vitest/coverage-v8": "^4.0.17",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "eslint": "^9.39.2",
    "globals": "^17.0.0",
    "memfs": "^4.52.0",
    "release-it": "^17.11.0",
    "verdaccio": "^5.29.0",
    "vitest": "^4.0.17"
  },
  "type": "module"
}
