{
  "name": "greenops-scan",
  "version": "0.1.36",
  "description": "GreenOps CLI Scanner — identify carbon & cost savings in your cloud infrastructure",
  "bin": {
    "greenops-scan": "bin/greenops-scan"
  },
  "scripts": {
    "build": "rm -rf dist && tsc && npm run minify",
    "minify": "find dist -name '*.js' -type f -exec terser {} --compress --mangle -o {} \\;",
    "start": "node dist/index.js",
    "dev": "node --import tsx src/index.ts",
    "lint": "tsc --noEmit",
    "localstack": "./scripts/localstack.sh",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "bin",
    "dist",
    "assets",
    "README.md"
  ],
  "keywords": [
    "greenops",
    "cloud",
    "carbon",
    "aws",
    "cost-optimization",
    "sustainability",
    "finops",
    "csrd"
  ],
  "license": "MIT",
  "homepage": "https://github.com/spidgorny/greenops-scan",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spidgorny/greenops-scan.git",
    "directory": ""
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-bedrock": "^3.1113.0",
    "@aws-sdk/client-bedrock-agent": "^3.1113.0",
    "@aws-sdk/client-cloudfront": "^3.1113.0",
    "@aws-sdk/client-cloudwatch": "^3.1113.0",
    "@aws-sdk/client-cost-explorer": "^3.1113.0",
    "@aws-sdk/client-ec2": "^3.1113.0",
    "@aws-sdk/client-ecs": "^3.1113.0",
    "@aws-sdk/client-eks": "^3.1113.0",
    "@aws-sdk/client-elasticache": "^3.1113.0",
    "@aws-sdk/client-iam": "^3.1113.0",
    "@aws-sdk/client-lambda": "^3.1113.0",
    "@aws-sdk/client-opensearch": "^3.1113.0",
    "@aws-sdk/client-rds": "^3.1113.0",
    "@aws-sdk/client-resource-groups-tagging-api": "^3.1133.0",
    "@aws-sdk/client-s3": "^3.1113.0",
    "@aws-sdk/client-sts": "^3.1113.0",
    "@aws-sdk/credential-providers": "^3.1113.0",
    "@inquirer/prompts": "^8.5.2",
    "chalk": "^5.6.2",
    "googleapis": "^176.0.0",
    "ini": "^7.0.0",
    "open": "^11.0.1",
    "ora": "^8.2.0",
    "pdfkit": "^0.19.1"
  },
  "devDependencies": {
    "@types/ini": "^4.1.1",
    "@types/node": "^22.16.5",
    "@types/pdfkit": "^0.17.6",
    "google-auth-library": "^11.0.2",
    "terser": "^5.48.0",
    "tsx": "^4.19.0",
    "typescript": "^5.8.3"
  },
  "overrides": {
    "gaxios": "^7.3.1"
  }
}
