cdk-certbot-dns-route53
Version:
Create Cron Job Via Lambda, to update certificate and put it to S3 Bucket.
145 lines (144 loc) • 3.53 kB
JSON
{
"name": "cdk-certbot-dns-route53",
"description": "Create Cron Job Via Lambda, to update certificate and put it to S3 Bucket.",
"repository": {
"type": "git",
"url": "https://github.com/neilkuan/cdk-certbot-dns-route53.git"
},
"scripts": {
"build": "projen build",
"bump": "projen bump",
"clobber": "projen clobber",
"compat": "projen compat",
"compile": "projen compile",
"default": "projen default",
"docgen": "projen docgen",
"eject": "projen eject",
"eslint": "projen eslint",
"package": "projen package",
"package-all": "projen package-all",
"package:js": "projen package:js",
"package:python": "projen package:python",
"post-compile": "projen post-compile",
"post-upgrade": "projen post-upgrade",
"pre-compile": "projen pre-compile",
"release": "projen release",
"test": "projen test",
"test:watch": "projen test:watch",
"unbump": "projen unbump",
"upgrade": "projen upgrade",
"watch": "projen watch",
"projen": "projen"
},
"author": {
"name": "Neil Kuan",
"email": "guan840912@gmail.com",
"organization": false
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2",
"@types/jest": "^27",
"@types/node": "^24",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk-lib": "2.214.1",
"commit-and-tag-version": "^12",
"constructs": "10.5.1",
"eslint": "^9",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.32.0",
"jest": "^27",
"jest-junit": "^17",
"jsii": "5.9.x",
"jsii-diff": "^1.132.0",
"jsii-docgen": "^10.5.0",
"jsii-pacmak": "^1.132.0",
"jsii-rosetta": "5.9.x",
"projen": "^0.99.70",
"ts-jest": "^27",
"typescript": "^5"
},
"peerDependencies": {
"aws-cdk-lib": "^2.214.1",
"constructs": "^10.5.1"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "2.214.1-alpha.0"
},
"keywords": [
"aws",
"cdk",
"certbot"
],
"engines": {
"node": ">= 24.0.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "2.5.61",
"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"
}
]
],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.dev.json"
}
}
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"python": {
"distName": "cdk-certbot-dns-route53",
"module": "cdk_certbot_dns_route53"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"awscdkio": {
"twitter": "neilkuan",
"announce": true
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}