{
  "name": "liteagents",
  "version": "2.15.2",
  "description": "AI development toolkit with 11 specialized agents and 17 commands including live-canvas UI design with click-to-annotate feedback. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.",
  "main": "index.js",
  "bin": {
    "liteagents": "./installer/cli.js",
    "liteag": "./cli.js"
  },
  "scripts": {
    "test": "node tests/run-all-tests.js",
    "test-installer": "node tests/installer/integration.test.js",
    "install-interactive": "node installer/cli.js",
    "uninstall-tool": "node installer/cli.js --uninstall",
    "clean": "rm -rf tests/tmp/ && echo 'Cleaned test artifacts'",
    "clean:git": "git clean -fdx tests/tmp/",
    "validate": "node ./scripts/validate-package.js",
    "validate-packages": "node scripts/validate-all-packages.js",
    "prepack": "rm -rf packages/*/plugins/*/plugins/*/node_modules",
    "prepublishOnly": "npm run clean && npm run validate",
    "postinstall": "node postinstall.js"
  },
  "keywords": [
    "claude",
    "claude-code",
    "opencode",
    "ampcode",
    "droid",
    "plugin",
    "installer",
    "interactive-installer",
    "multi-tool",
    "ai-agents",
    "software-development",
    "agile",
    "scrum",
    "product-management",
    "development-tools",
    "workflow-automation",
    "pdf",
    "docx",
    "xlsx",
    "pptx",
    "document-generation",
    "cli"
  ],
  "author": "hamr0 <avoidaccess@msn.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/hamr0/liteagents.git"
  },
  "bugs": {
    "url": "https://github.com/hamr0/liteagents/issues"
  },
  "homepage": "https://github.com/hamr0/liteagents#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "installer/",
    "packages/",
    "tools/",
    "cli.js",
    "index.js",
    "postinstall.js",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "dependencies": {},
  "devDependencies": {}
}
