@cloud-copilot/iam-lens
Version:
Visibility in IAM in and across AWS accounts
126 lines (125 loc) • 3.32 kB
JSON
{
"name": "@cloud-copilot/iam-lens",
"version": "0.1.127",
"description": "Visibility in IAM in and across AWS accounts",
"keywords": [
"aws",
"iam",
"security",
"identity"
],
"homepage": "https://github.com/cloud-copilot/iam-lens#readme",
"bin": {
"iam-lens": "dist/esm/cli.js"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/**/*"
],
"types": "dist/cjs/index.d.ts",
"prettier": "@cloud-copilot/prettier-config",
"bugs": {
"url": "https://github.com/cloud-copilot/iam-lens/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-copilot/iam-lens.git"
},
"license": "AGPL-3.0-or-later",
"author": "David Kerber <dave@cloudcopilot.io>",
"scripts": {
"build": "npx tsc -p tsconfig.cjs.json && npx tsc -p tsconfig.esm.json && ./postbuild.sh",
"clean": "rm -rf dist",
"test": "npx vitest --run --coverage",
"release": "npm install && npm run clean && npm run build && npm test && npm run format-check && npm publish",
"format": "npx prettier --write src/",
"format-check": "npx prettier --check src/"
},
"devDependencies": {
"@cloud-copilot/prettier-config": "^0.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.4",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/node": "^22.5.0",
"@vitest/coverage-v8": "^4.0.18",
"semantic-release": "^25.0.3",
"typescript": "^5.7.2",
"vitest": "^4.0.18"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "feat",
"release": "patch"
},
{
"type": "fix",
"release": "patch"
},
{
"breaking": true,
"release": "patch"
},
{
"type": "*",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"package-lock.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
[
"@semantic-release/github",
{
"assets": []
}
]
]
},
"dependencies": {
"@cloud-copilot/cli": "^0.2.23",
"@cloud-copilot/iam-collect": "^0.1.181",
"@cloud-copilot/iam-data": ">=0.15.202511222 <1.0.0",
"@cloud-copilot/iam-expand": "^0.11.29",
"@cloud-copilot/iam-policy": "^0.1.89",
"@cloud-copilot/iam-shrink": "^0.1.21",
"@cloud-copilot/iam-simulate": "^0.1.142",
"@cloud-copilot/iam-utils": "^0.1.63",
"@cloud-copilot/job": "^0.1.0",
"@cloud-copilot/log": "^0.1.39",
"bitset": "^5.2.3"
}
}