{
  "name": "@torus-engineering/tas-kit",
  "version": "2.2.0",
  "description": "TAS Kit - Turbo Agentic SDLC toolkit for modern AI-first software teams.",
  "type": "module",
  "bin": {
    "tas-kit": "bin/cli.js"
  },
  "scripts": {
    "self-install": "node bin/cli.js install --directory . --platform claude-code --yes --security-hook=none"
  },
  "files": [
    "bin/",
    "lib/",
    ".tas/",
    ".env.example"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "claude-code",
    "sdlc",
    "ai",
    "torus",
    "tas",
    "agentic"
  ],
  "author": "Torus BelleSoft",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/torus-bellesoft/agentic-sdlc-kit.git"
  }
}
