@cloudsnorkel/cdk-github-runners
Version:
CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.
221 lines (220 loc) • 8.14 kB
JSON
{
"name": "@cloudsnorkel/cdk-github-runners",
"description": "CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.",
"repository": {
"type": "git",
"url": "https://github.com/CloudSnorkel/cdk-github-runners.git"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"bundle": "npx projen bundle",
"bundle:delete-failed-runner.lambda": "npx projen bundle:delete-failed-runner.lambda",
"bundle:delete-failed-runner.lambda:watch": "npx projen bundle:delete-failed-runner.lambda:watch",
"bundle:idle-runner-repear.lambda": "npx projen bundle:idle-runner-repear.lambda",
"bundle:idle-runner-repear.lambda:watch": "npx projen bundle:idle-runner-repear.lambda:watch",
"bundle:image-builders/aws-image-builder/delete-resources.lambda": "npx projen bundle:image-builders/aws-image-builder/delete-resources.lambda",
"bundle:image-builders/aws-image-builder/delete-resources.lambda:watch": "npx projen bundle:image-builders/aws-image-builder/delete-resources.lambda:watch",
"bundle:image-builders/aws-image-builder/filter-failed-builds.lambda": "npx projen bundle:image-builders/aws-image-builder/filter-failed-builds.lambda",
"bundle:image-builders/aws-image-builder/filter-failed-builds.lambda:watch": "npx projen bundle:image-builders/aws-image-builder/filter-failed-builds.lambda:watch",
"bundle:image-builders/build-image.lambda": "npx projen bundle:image-builders/build-image.lambda",
"bundle:image-builders/build-image.lambda:watch": "npx projen bundle:image-builders/build-image.lambda:watch",
"bundle:providers/ami-root-device.lambda": "npx projen bundle:providers/ami-root-device.lambda",
"bundle:providers/ami-root-device.lambda:watch": "npx projen bundle:providers/ami-root-device.lambda:watch",
"bundle:providers/update-lambda.lambda": "npx projen bundle:providers/update-lambda.lambda",
"bundle:providers/update-lambda.lambda:watch": "npx projen bundle:providers/update-lambda.lambda:watch",
"bundle:setup.lambda": "npx projen bundle:setup.lambda",
"bundle:setup.lambda:watch": "npx projen bundle:setup.lambda:watch",
"bundle:status.lambda": "npx projen bundle:status.lambda",
"bundle:status.lambda:watch": "npx projen bundle:status.lambda:watch",
"bundle:token-retriever.lambda": "npx projen bundle:token-retriever.lambda",
"bundle:token-retriever.lambda:watch": "npx projen bundle:token-retriever.lambda:watch",
"bundle:webhook-handler.lambda": "npx projen bundle:webhook-handler.lambda",
"bundle:webhook-handler.lambda:watch": "npx projen bundle:webhook-handler.lambda:watch",
"bundle:webhook-redelivery.lambda": "npx projen bundle:webhook-redelivery.lambda",
"bundle:webhook-redelivery.lambda:watch": "npx projen bundle:webhook-redelivery.lambda:watch",
"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",
"integ:default:assert": "npx projen integ:default:assert",
"integ:default:deploy": "npx projen integ:default:deploy",
"integ:default:destroy": "npx projen integ:default:destroy",
"integ:default:snapshot": "npx projen integ:default:snapshot",
"integ:default:watch": "npx projen integ:default:watch",
"integ:snapshot-all": "npx projen integ:snapshot-all",
"package": "npx projen package",
"package-all": "npx projen package-all",
"package:dotnet": "npx projen package:dotnet",
"package:go": "npx projen package:go",
"package:java": "npx projen package:java",
"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",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "Amir Szekely",
"email": "amir@cloudsnorkel.com",
"organization": false
},
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.958.0",
"@aws-sdk/client-codebuild": "^3.958.0",
"@aws-sdk/client-ec2": "^3.958.0",
"@aws-sdk/client-ecr": "^3.958.0",
"@aws-sdk/client-imagebuilder": "^3.958.0",
"@aws-sdk/client-lambda": "^3.958.0",
"@aws-sdk/client-secrets-manager": "^3.958.0",
"@aws-sdk/client-sfn": "^3.958.0",
"@aws-sdk/client-sns": "^3.958.0",
"@aws-sdk/client-ssm": "^3.958.0",
"@octokit/auth-app": "^8.1.2",
"@octokit/core": "^7.0.6",
"@octokit/request-error": "^7.1.0",
"@octokit/rest": "^22.0.1",
"@stylistic/eslint-plugin": "^2",
"@sveltejs/vite-plugin-svelte": "^6",
"@tsconfig/svelte": "^5",
"@types/aws-lambda": "^8.10.159",
"@types/jest": "^29",
"@types/node": "ts5.6",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk": "^2",
"aws-cdk-lib": "2.155.0",
"bootstrap": "^5.2.0",
"commit-and-tag-version": "^12",
"constructs": "10.0.5",
"esbuild": "^0.27.2",
"eslint": "^9",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-svelte": "^2.29.0",
"jest": "^29",
"jest-junit": "^16",
"jsii": "~5.8.0",
"jsii-diff": "^1.124.0",
"jsii-docgen": "^10.5.0",
"jsii-pacmak": "^1.124.0",
"jsii-rosetta": "~5.8.0",
"projen": "^0.98.32",
"sass": "^1.54.0",
"svelte": "^5",
"svelte-check": "^4",
"svelte-preprocess": "^6",
"ts-jest": "^29",
"ts-node": "^10.9.2",
"typescript": "5.6.x",
"vite": "^7",
"vite-plugin-singlefile": "^2"
},
"peerDependencies": {
"aws-cdk-lib": "^2.155.0",
"constructs": "^10.0.5"
},
"keywords": [
"aws",
"aws-cdk",
"aws-cdk-construct",
"cdk",
"codebuild",
"fargate",
"github",
"github-actions",
"lambda",
"self-hosted"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "0.14.21",
"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",
"isolatedModules": true
}
]
}
},
"types": "lib/index.d.ts",
"stability": "experimental",
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "com.cloudsnorkel.cdk.github.runners",
"maven": {
"groupId": "com.cloudsnorkel",
"artifactId": "cdk.github.runners"
}
},
"python": {
"distName": "cloudsnorkel.cdk-github-runners",
"module": "cloudsnorkel.cdk_github_runners"
},
"dotnet": {
"namespace": "CloudSnorkel",
"packageId": "CloudSnorkel.Cdk.Github.Runners"
},
"go": {
"moduleName": "github.com/CloudSnorkel/cdk-github-runners-go"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"funding": "https://github.com/sponsors/CloudSnorkel",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}