{
  "name": "aiwg",
  "version": "2026.2.11",
  "description": "Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.",
  "type": "module",
  "bin": {
    "aiwg": "bin/aiwg.mjs"
  },
  "man": "./man/aiwg.1",
  "main": "src/cli/index.mjs",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "postinstall": "node ./bin/postinstall.mjs",
    "validate-metadata": "node tools/cli/validate-metadata.mjs",
    "package-plugins": "node tools/plugin/package-plugins.mjs --all",
    "package-plugins:clean": "node tools/plugin/package-plugins.mjs --all --clean",
    "build": "tsc",
    "test": "vitest run",
    "test:ci": "vitest run --exclude \"test/integration/**\" --exclude \"test/characterization/**\" --exclude \"test/smoke/**\" --exclude \"test/unit/intake/git-history-analyzer.test.ts\" --exclude \"test/unit/ralph-external/snapshot-manager.test.ts\" --exclude \"test/unit/smiths/toolsmith/runtime-discovery.test.ts\"",
    "test:coverage": "vitest --coverage",
    "test:ui": "vitest --ui",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist coverage"
  },
  "files": [
    "bin/",
    "src/",
    "tools/",
    "agentic/",
    "docs/",
    "templates/",
    "plugins/",
    "man/",
    "CLAUDE.md",
    "USAGE_GUIDE.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmagly/aiwg.git"
  },
  "keywords": [
    "aiwg",
    "agentic-ai",
    "claude-skills",
    "claude-code-plugin",
    "mcp-server",
    "model-context-protocol",
    "ai-writing",
    "ai-sdlc",
    "claude-desktop",
    "cursor-ide",
    "factory-ai",
    "skill-seekers",
    "ai-agents",
    "workflow-automation",
    "sdlc-framework"
  ],
  "author": "jmagly",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmagly/aiwg/issues"
  },
  "homepage": "https://aiwg.io",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/jmagly"
  },
  "community": {
    "discord": "https://discord.gg/BuAusFMxdA",
    "telegram": "https://t.me/+oJg9w2lE6A5lOGFh"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.24.0",
    "chalk": "^4.1.2",
    "chokidar": "^3.6.0",
    "commander": "^12.1.0",
    "glob": "^13.0.1",
    "js-yaml": "^4.1.0",
    "listr2": "^8.2.5",
    "ora": "^5.4.1",
    "yaml": "^2.8.1",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.8.0",
    "@types/semver": "^7.7.1",
    "@vitest/coverage-v8": "^2.1.0",
    "@vitest/ui": "^2.1.0",
    "cli-table3": "^0.6.5",
    "simple-statistics": "^7.8.8",
    "typescript": "^5.9.3",
    "vitest": "^2.1.0"
  }
}
