{
  "name": "knowzcode",
  "version": "0.21.1",
  "description": "Platform-agnostic AI development methodology with TDD, quality gates, and structured workflows",
  "type": "module",
  "bin": {
    "knowzcode": "bin/knowzcode.mjs"
  },
  "files": [
    "bin/",
    "knowzcode/",
    "docs/",
    "agents/",
    "skills/",
    ".claude-plugin/"
  ],
  "scripts": {
    "context-efficiency": "node knowzcode/context_efficiency_runtime.mjs",
    "test:contracts": "node --test ../scripts/context-efficiency-contract.test.mjs",
    "test:surfaces": "node ../scripts/validate-platform-surfaces.mjs",
    "test": "npm run test:contracts && npm run test:surfaces",
    "prepublishOnly": "npm test && node bin/knowzcode.mjs --version"
  },
  "keywords": [
    "ai",
    "tdd",
    "workflow",
    "methodology",
    "quality-gates",
    "platform-agnostic",
    "claude",
    "codex",
    "gemini",
    "cursor",
    "copilot",
    "windsurf",
    "development",
    "compliance",
    "governance",
    "enterprise"
  ],
  "author": {
    "name": "Alex Headscarf"
  },
  "homepage": "https://github.com/knowz-io/knowz-skills",
  "bugs": {
    "url": "https://github.com/knowz-io/knowz-skills/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knowz-io/knowz-skills.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18"
  }
}
