@k9securityio/k9-cdk
Version:
Provision strong AWS security policies easily using the AWS CDK.
132 lines (131 loc) • 3.29 kB
JSON
{
"name": "@k9securityio/k9-cdk",
"description": "Provision strong AWS security policies easily using the AWS CDK.",
"repository": {
"type": "git",
"url": "https://github.com/k9securityio/k9-cdk.git"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"clobber": "npx projen clobber",
"compat": "npx projen compat",
"compile": "npx projen compile",
"default": "npx projen default",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"package": "npx projen package",
"package-all": "npx projen package-all",
"package:js": "npx projen package:js",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release:v2-main": "npx projen release:v2-main",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "k9 Security",
"email": "hello@k9security.io",
"organization": true
},
"devDependencies": {
"@aws-cdk/assert": "^2.68.0",
"@stylistic/eslint-plugin": "^2",
"@types/jest": "^29",
"@types/node": "^20.17.14",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk": "^2.176.0",
"aws-cdk-lib": "2.176.0",
"commit-and-tag-version": "^12",
"constructs": "10.0.5",
"eslint": "^9",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.31.0",
"jest": "^29",
"jest-junit": "^16",
"jsii": "~5.9.0",
"jsii-diff": "^1.106.0",
"jsii-pacmak": "^1.106.0",
"jsii-rosetta": "~5.9.0",
"projen": "^0.91.6",
"ts-jest": "^29",
"typescript": "^5.7.3",
"yarn": "^1.22.22"
},
"peerDependencies": {
"aws-cdk-lib": "^2.176.0",
"constructs": "^10.0.5"
},
"keywords": [
"IAM",
"IAM Policy",
"Policy",
"Security",
"Utilities",
"cdk",
"k9-cdk"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "2.2.1",
"jest": {
"coverageProvider": "v8",
"testMatch": [
"<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
"<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"transform": {
"^.+\\.[t]sx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.dev.json"
}
]
}
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}