UNPKG

cdk8s-cli

Version:

This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).

32 lines 844 B
{ "name": "{{ $base }}", "version": "1.0.0", "main": "main.js", "types": "main.ts", "license": "Apache-2.0", "private": true, "scripts": { "import": "cdk8s import", "synth": "cdk8s synth", "compile": "tsc --build", "watch": "tsc --build -w", "test": "jest", "build": "npm run compile && npm run test && npm run synth", "upgrade": "npm i cdk8s@latest cdk8s-cli@latest", "upgrade:next": "npm i cdk8s@next cdk8s-cli@next" }, "dependencies": { "cdk8s": "^{{ cdk8s_core_version }}", "cdk8s-plus-28": "^{{ cdk8s_plus_version }}", "constructs": "^{{ constructs_version }}" }, "devDependencies": { "cdk8s-cli": "{{ cdk8s_cli_spec }}", "@types/node": "^14", "@types/jest": "^27", "jest": "^27", "ts-jest": "^27", "typescript": "^4.9.5", "ts-node": "^10" } }