UNPKG

@cloudgardener/cdk-aws-fargate-github-actions-runner

Version:

CDK construct library to deploy GitHub Actions self-hosted runner to AWS Fargate.

93 lines (92 loc) 2.56 kB
{ "name": "@cloudgardener/cdk-aws-fargate-github-actions-runner", "description": "CDK construct library to deploy GitHub Actions self-hosted runner to AWS Fargate.", "repository": { "type": "git", "url": "https://github.com/cloudgardener/cdk-aws-fargate-github-actions-runner.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", "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": "Niko Virtala", "email": "niko@cloudgardener.dev", "organization": false }, "devDependencies": { "@types/node": "^16 <= 16.18.78", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "aws-cdk-lib": "2.80.0", "commit-and-tag-version": "^12", "constructs": "10.0.5", "eslint": "^9", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^4.2.1", "jsii": "~5.5.0", "jsii-diff": "^1.111.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.111.0", "jsii-rosetta": "~5.5.0", "prettier": "^2.8.8", "projen": "^0.91.18", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "peerDependencies": { "aws-cdk-lib": "^2.80.0", "constructs": "^10.0.5" }, "keywords": [ "aws", "aws-cdk", "cdk", "fargate", "github", "github-actions", "runner" ], "main": "lib/index.js", "license": "MIT", "publishConfig": { "access": "public" }, "version": "1.0.530", "types": "lib/index.d.ts", "stability": "stable", "jsii": { "outdir": "dist", "targets": {}, "tsc": { "outDir": "lib", "rootDir": "src" } }, "awscdkio": { "twitter": "nikovirtala", "announce": true }, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }