{
  "name": "@padua/cli",
  "version": "3.5.0",
  "description": "Unified AWS infrastructure management CLI",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "padua": "dist/index.js"
  },
  "scripts": {
    "preinstall": "node scripts/check-node.cjs",
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "lint": "eslint src --ext .ts",
    "type-check": "tsc --noEmit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": "24.x || 25.x || 26.x"
  },
  "files": [
    "dist",
    "scripts/check-node.cjs"
  ],
  "keywords": [
    "aws",
    "sso",
    "cli",
    "codeartifact",
    "ecr",
    "authentication"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.27.1",
    "@toon-format/toon": "^2.1.0",
    "better-sqlite3": "^12.11.1",
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "inquirer": "^9.3.8",
    "isolated-vm": "^7.0.0",
    "zod": "^3.25.0"
  },
  "overrides": {
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/inquirer": "^9.0.9",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.0"
  }
}
