UNPKG

@nikovirtala/cdk-codebuild-hosted-github-actions-runner

Version:

A construct to create an AWS CodeBuild project that can be used to run GitHub Actions workflows

87 lines 2.32 kB
{ "name": "@nikovirtala/cdk-codebuild-hosted-github-actions-runner", "description": "A construct to create an AWS CodeBuild project that can be used to run GitHub Actions workflows", "repository": { "type": "git", "url": "https://github.com/nikovirtala/cdk-codebuild-hosted-github-actions-runner.git" }, "author": { "name": "Niko Virtala", "email": "niko.virtala@hey.com", "organization": false }, "devDependencies": { "@biomejs/biome": "^2", "@types/node": "ts5.9", "aws-cdk-lib": "2.221.1", "commit-and-tag-version": "^12", "constructs": "10.0.5", "jsii": "~5.9.3", "jsii-diff": "^1.122.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.122.0", "jsii-rosetta": "~5.9.3", "projen": "^0.98.30", "ts-node": "^10.9.2", "typescript": "5.9.3" }, "peerDependencies": { "aws-cdk-lib": "^2.221.1", "constructs": "^10.0.5" }, "keywords": [ "aws", "aws-cdk", "awscdk", "cdk", "codebuild", "gha", "github", "github-actions", "runner" ], "main": "lib/index.js", "license": "MIT", "publishConfig": { "access": "public" }, "version": "1.0.353", "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\".", "scripts": { "biome": "npx projen biome", "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", "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" } }