UNPKG

cdk8s

Version:

This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster.

178 lines (177 loc) • 4.76 kB
{ "name": "cdk8s", "description": "This is the core library of Cloud Development Kit (CDK) for Kubernetes (cdk8s). cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster.", "repository": { "type": "git", "url": "https://github.com/cdk8s-team/cdk8s-core.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", "install-helm": "npx projen install-helm", "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:2.x": "npx projen release:2.x", "test": "npx projen test", "test:watch": "npx projen test:watch", "unbump": "npx projen unbump", "upgrade-compiler-dependencies": "npx projen upgrade-compiler-dependencies", "upgrade-configuration": "npx projen upgrade-configuration", "upgrade-dev-dependencies": "npx projen upgrade-dev-dependencies", "upgrade-runtime-dependencies": "npx projen upgrade-runtime-dependencies", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com", "organization": false }, "devDependencies": { "@cdk8s/projen-common": "^0.0.611", "@stylistic/eslint-plugin": "^2", "@types/follow-redirects": "^1.14.4", "@types/jest": "^27", "@types/node": "16.18.78", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "commit-and-tag-version": "^12", "constructs": "10.0.0", "eslint": "^9", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.32.0", "jest": "^27", "jest-junit": "^16", "jsii": "^5", "jsii-diff": "^1.112.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.112.0", "jsii-rosetta": "^5", "json-schema-to-typescript": "^15.0.4", "projen": "^0.95.0", "ts-jest": "^27", "typescript": "~5.8.3" }, "peerDependencies": { "constructs": "^10" }, "dependencies": { "fast-json-patch": "^3.1.1", "follow-redirects": "^1.15.11", "yaml": "2.8.0" }, "bundledDependencies": [ "fast-json-patch", "follow-redirects", "yaml" ], "resolutions": { "@types/lodash": "4.14.192", "**/downlevel-dts/**/typescript": "~5.2.2", "wrap-ansi": "7.0.0" }, "keywords": [ "cdk", "configuration", "constructs", "containers", "k8s", "kubernetes", "microservices" ], "engines": { "node": ">= 16.20.0" }, "main": "lib/index.js", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "version": "2.70.4", "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": { "java": { "package": "org.cdk8s", "maven": { "groupId": "org.cdk8s", "artifactId": "cdk8s" } }, "python": { "distName": "cdk8s", "module": "cdk8s" }, "dotnet": { "namespace": "Org.Cdk8s", "packageId": "Org.Cdk8s" }, "go": { "moduleName": "github.com/cdk8s-team/cdk8s-core-go" } }, "tsc": { "outDir": "lib", "rootDir": "src" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }