@cloud-copilot/iam-data
Version:
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "@cloud-copilot/iam-data",
"version": "0.9.202506201",
"description": "AWS IAM Data",
"repository": "github:cloud-copilot/iam-data",
"updatedAt": "2025-06-20T04:52:45.725Z",
"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": "^3.0.7",
"typescript": "^5.5.4",
"vitest": "^3.0.7"
},
"prettier": "@cloud-copilot/prettier-config"
}