{
  "name": "awkit-premium",
  "version": "3.2.8",
  "description": "Antigravity Workflow Unified AI agent orchestration system",
  "main": "bin/awk.js",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "awkit": "bin/awk.js",
    "ag": "bin/awk.js"
  },
  "scripts": {
    "install-global": "node bin/awk.js install",
    "uninstall-global": "node bin/awk.js uninstall",
    "update": "node bin/awk.js update",
    "lint": "node bin/awk.js lint",
    "test": "node bin/awk.js doctor",
    "test:pipeline": "node scripts/test-pipeline.js",
    "harvest": "node scripts/harvest.js",
    "harvest-dry": "node scripts/harvest.js --dry-run",
    "pack-release": "node scripts/package-release.js"
  },
  "keywords": [
    "awkit"
  ],
  "author": "Kien Le",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "core/",
    "workflows/",
    "schemas/",
    "templates/",
    "docs/",
    "scripts/",
    "symphony/",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@duytransipher/gitnexus": "latest",
    "@google/genai": "^1.50.1",
    "@leejungkiin/awkit-symphony": "^0.1.0",
    "better-sqlite3": "^12.6.2",
    "nanoid": "^3.3.11"
  }
}
