{
  "name": "k8ts",
  "version": "0.14.1",
  "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.js",
      "import": "./dist/kinds.js",
      "default": "./dist/kinds.js",
      "types": "./dist/kinds.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.7.0",
    "chalk": "4.1.2",
    "dayjs": "^1.11.13",
    "doddle": "^7.3.1",
    "eventemitter3": "^5.0.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.3.0"
  },
  "devDependencies": {
    "@k8ts/instruments": "^0.12.1",
    "@k8ts/metadata": "^0.11.1",
    "@types/chalk": "^2.2.4",
    "@types/jest": "^29.5.12",
    "@types/js-yaml": "^4",
    "@types/lodash": "^4.17.16",
    "@types/node": "22",
    "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.12.1",
    "@k8ts/metadata": "^0.11.1"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}