UNPKG

waf-http-api

Version:

A CDK construct that fronts an HTTP API with a CloudFront distribution and protects it with AWS WAF.

95 lines (94 loc) 2.59 kB
{ "name": "waf-http-api", "description": "A CDK construct that fronts an HTTP API with a CloudFront distribution and protects it with AWS WAF.", "repository": { "type": "git", "url": "https://github.com/JaapHaitsma/waf-http-api.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", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "Jaap Haitsma", "email": "jaap@haitsma.org", "organization": false }, "devDependencies": { "@types/node": "^24.0.1", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "aws-cdk-lib": "2.200.0", "commit-and-tag-version": "^12", "constructs": "10.0.5", "eslint": "^9", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.4.1", "jsii": "~5.8.0", "jsii-diff": "^1.112.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.112.0", "jsii-rosetta": "~5.8.0", "prettier": "^3.5.3", "projen": "^0.93.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "peerDependencies": { "aws-cdk-lib": "^2.200.0", "constructs": "^10.0.5" }, "keywords": [ "api-gateway", "aws", "awscdk", "cdk", "cloudfront", "http-api", "waf" ], "main": "lib/index.js", "license": "MIT", "publishConfig": { "access": "public" }, "version": "1.0.0", "types": "lib/index.d.ts", "stability": "stable", "jsii": { "outdir": "dist", "targets": { "python": { "distName": "merapar.waf-http-api", "module": "merapar_waf_http_api" } }, "tsc": { "outDir": "lib", "rootDir": "src" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }