@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
95 lines (94 loc) • 2.6 kB
JSON
{
"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"
},
"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.virtala@hey.com",
"organization": false
},
"devDependencies": {
"@types/node": "^22.18.6",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk-lib": "2.146.0",
"commit-and-tag-version": "^12",
"constructs": "10.0.5",
"eslint": "^9",
"eslint-config-prettier": "^9.1.2",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"jsii": "~5.5.0",
"jsii-diff": "^1.114.1",
"jsii-docgen": "^10.5.0",
"jsii-pacmak": "^1.114.1",
"jsii-rosetta": "~5.5.0",
"prettier": "^3.6.2",
"projen": "^0.96.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"peerDependencies": {
"aws-cdk-lib": "^2.146.0",
"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.276",
"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\"."
}