{
  "name": "omgkit",
  "version": "2.33.1",
  "description": "Omega-Level Development Kit - AI Team System for Claude Code. 41 agents, 174 commands, 162 skills, 69 workflows.",
  "keywords": [
    "claude-code",
    "ai",
    "agents",
    "productivity",
    "omega",
    "development",
    "automation",
    "sprint",
    "team",
    "claudekit"
  ],
  "homepage": "https://github.com/doanchienthangdev/omgkit#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doanchienthangdev/omgkit.git"
  },
  "bugs": {
    "url": "https://github.com/doanchienthangdev/omgkit/issues"
  },
  "license": "MIT",
  "author": "OMGKIT Team",
  "type": "module",
  "main": "lib/index.js",
  "bin": {
    "omgkit": "./bin/omgkit.js"
  },
  "files": [
    "bin",
    "lib",
    "plugin",
    "templates",
    "README.md"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:unit": "vitest run tests/unit",
    "test:validation": "vitest run tests/validation",
    "test:integration": "vitest run tests/integration",
    "test:autonomous": "vitest run tests/autonomous",
    "test:security": "vitest run tests/security",
    "test:property": "vitest run tests/property",
    "test:behavioral": "vitest run tests/behavioral",
    "test:performance": "vitest run tests/performance",
    "test:mutation": "stryker run",
    "test:omega": "npm run test && npm run test:mutation",
    "test:docs": "vitest run tests/validation/docs-sync.test.js",
    "test:benchmark": "vitest bench",
    "lint": "eslint .",
    "docs:generate": "node scripts/generate-docs.js",
    "docs:mint": "node scripts/generate-mint-json.js",
    "docs:validate": "npm run test:docs",
    "docs:sync": "npm run docs:generate && npm run docs:validate",
    "docs:dev": "cd docs && mintlify dev",
    "docs:build": "npm run docs:generate",
    "preversion": "npm run docs:sync && npm test",
    "version": "node scripts/sync-version.js && npm run docs:generate && git add .",
    "postversion": "echo 'Version bumped. Run: git push && npm publish'"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@stryker-mutator/core": "^9.4.0",
    "@stryker-mutator/vitest-runner": "^9.4.0",
    "@vitest/coverage-v8": "^4.0.16",
    "fast-check": "^4.5.3",
    "js-yaml": "^4.1.1",
    "vitest": "^4.0.16"
  }
}
