{
  "name": "@cloud-copilot/iam-data",
  "version": "0.19.202605261",
  "description": "AWS IAM Data",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloud-copilot/iam-data.git"
  },
  "updatedAt": "2026-05-26T06:00:35.193Z",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./data": "./data/"
  },
  "files": [
    "dist/**/*",
    "data/**/*"
  ],
  "types": "dist/cjs/index.d.ts",
  "scripts": {
    "test": "npx vitest --run --coverage",
    "clean": "rm -rf dist",
    "build": "npx tsc -p tsconfig.cjs.json && npx tsc -p tsconfig.esm.json && ./postbuild.sh",
    "release": "npm install && npm run clean && npm run build && npm run test && npm run format-check && npm publish",
    "format": "npx prettier --write src/",
    "format-check": "npx prettier --check src/"
  },
  "keywords": [
    "AWS",
    "IAM"
  ],
  "author": "David Kerber <dave@cloudcopilot.io>",
  "license": "MIT",
  "devDependencies": {
    "@cloud-copilot/prettier-config": "^0.1.1",
    "@types/node": "^22.5.0",
    "@vitest/coverage-v8": "^4.0.18",
    "typescript": "^5.5.4",
    "vitest": "^4.0.18"
  },
  "prettier": "@cloud-copilot/prettier-config"
}
