UNPKG

k8ts

Version:

Powerful framework for building Kubernetes manifests in TypeScript.

104 lines 2.42 kB
{ "name": "k8ts", "version": "0.11.5", "description": "Powerful framework for building Kubernetes manifests in TypeScript.", "keywords": [ "k8ts", "kubernetes", "typescript", "manifests", "build", "helm", "cdk8s" ], "bugs": { "url": "https://github.com/GregRos/k8ts/issues" }, "repository": { "type": "git", "url": "github:GregRos/k8ts", "directory": "packages/metadata" }, "license": "MIT", "author": "GregRos <gregros@gregros.dev>", "contributors": [ { "name": "GregRos", "email": "gregros@gregros.dev" } ], "sideEffects": false, "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.js", "default": "./dist/index.js", "types": "./dist/index.d.ts" }, "./kinds": { "require": "./dist/kinds/index.js", "import": "./dist/kinds/index.js", "default": "./dist/kinds/index.js", "types": "./dist/kinds/index.d.ts" } }, "main": "dist/index.js", "typings": "dist/index", "files": [ "src", "dist", "package.json", "LICENSE.md", "README.md", "proverbs.txt", "!**/tsconfig*", "!**/*.tsbuildinfo" ], "scripts": { "build": "tsc -b .", "build:clean": "run-s clean build", "watch": "tsc -b . --watch", "clean": "shx rm -rf dist dist_test", "test": "tsx --tsconfig ./example/tsconfig.json ./example/run.ts" }, "dependencies": { "@k8ts/sample-interfaces": "^0.4.4", "chalk": "4.1.2", "dayjs": "^1.11.13", "doddle": "^7.2.0", "emittery": "0.13.1", "ip-address": "^10.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "ora": "5.4.1", "parjs": "^1.3.9", "simple-git": "^3.27.0", "stacktracey": "^2.1.8", "what-are-you": "^0.2.0" }, "devDependencies": { "@k8ts/instruments": "^0.9.4", "@k8ts/metadata": "^0.7.4", "@types/chalk": "^2.2.4", "@types/jest": "^29.5.12", "@types/js-yaml": "^4", "@types/lodash": "^4.17.16", "@types/node": "20.9.1", "declare-it": "^2.1.0", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "shx": "^0.3.4", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5.8.2", "yamprint": "^0.8.4" }, "peerDependencies": { "@k8ts/instruments": "^0.9.4", "@k8ts/metadata": "^0.7.4" }, "engines": { "node": ">=16.0.0" } }