UNPKG

@durkinza/cdk-networkfirewall-l2

Version:

AWS CDK L2 constructs for the AWS Network Firewall (AWS::NetworkFirewall)

166 lines (165 loc) 4.34 kB
{ "name": "@durkinza/cdk-networkfirewall-l2", "description": "AWS CDK L2 constructs for the AWS Network Firewall (AWS::NetworkFirewall)", "repository": { "type": "git", "url": "https://github.com/durkinza/cdk-networkfirewall-l2.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", "docgen": "npx projen docgen", "eject": "npx projen eject", "eslint": "npx projen eslint", "package": "npx projen package", "package-all": "npx projen package-all", "package:js": "npx projen package:js", "package:python": "npx projen package:python", "post-compile": "npx projen post-compile", "pre-compile": "npx projen pre-compile", "prepare": "npx projen prepare", "release": "npx projen release", "spellcheck": "npx projen spellcheck", "test": "npx projen test", "test:watch": "npx projen test:watch", "unbump": "npx projen unbump", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "durkinza", "email": "8985088+durkinza@users.noreply.github.com", "organization": false }, "devDependencies": { "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@mountainpass/cool-bits-for-projen": "^0.2.8", "@stylistic/eslint-plugin": "^2", "@types/jest": "^29", "@types/node": "^22", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "aws-cdk-lib": "2.173.2", "commit-and-tag-version": "^12", "constructs": "10.0.5", "cspell": "^8.17.1", "eslint": "^9", "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-import": "^2.31.0", "husky": "^9.1.7", "jest": "^29", "jest-junit": "^15", "jsii": "~5.7.4", "jsii-diff": "^1.106.0", "jsii-docgen": "^10.6.1", "jsii-pacmak": "^1.106.0", "jsii-rosetta": "~5.7.2", "npm-check-updates": "^17.1.13", "projen": "^0.91.4", "standard-version": "^9", "ts-jest": "^29", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "peerDependencies": { "aws-cdk-lib": "^2.173.2", "constructs": "^10.0.5" }, "dependencies": { "aws-cdk-lib": "^2.173.2" }, "keywords": [ "AWS::NetworkFirewall", "Firewall", "L2", "Logging", "Network", "Security", "aws", "aws-cdk", "aws-networkfirewall", "awscdk", "cdk", "networkfirewall" ], "engines": { "node": ">= 16.0.0" }, "main": "lib/index.js", "license": "Apache-2.0", "homepage": "https://github.com/durkinza/cdk-networkfirewall-l2#readme", "publishConfig": { "access": "public" }, "version": "0.1.1", "bugs": { "url": "https://github.com/durkinza/cdk-networkfirewall-l2/issues" }, "jest": { "coverageProvider": "v8", "testMatch": [ "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)", "<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)", "<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)", "<rootDir>/@(projenrc)/**/__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": "experimental", "jsii": { "outdir": "dist", "targets": { "python": { "distName": "durkinza.cdk-networkfirewall-l2", "module": "durkinza.cdk_networkfirewall_l2" } }, "tsc": { "outDir": "lib", "rootDir": "src" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }