{
  "name": "aws-builder-id-gen",
  "version": "1.0.0",
  "description": "Automated AWS Builder ID account generator | 自动化 AWS Builder ID 账号生成工具",
  "main": "src/generator.js",
  "bin": {
    "aws-builder-id-gen": "./bin/cli.js"
  },
  "scripts": {
    "start": "node bin/cli.js",
    "single": "node bin/cli.js --single",
    "test": "node -e \"require('./src/config').load()\" && echo 'OK'"
  },
  "keywords": [
    "aws-builder-id",
    "aws",
    "kiro",
    "account-generator",
    "automation",
    "puppeteer",
    "oidc",
    "aws-cognito",
    "builder-id",
    "kiro-automation"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/aws-builder-id.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "http-proxy-agent": "^7.0.0",
    "https-proxy-agent": "^7.0.0",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "puppeteer": "^22.0.0",
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2"
  },
  "files": [
    "bin/",
    "src/",
    "README.md"
  ]
}
