{
  "name": "@kubricate/plugin-env",
  "version": "0.22.0",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/dts/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/dts/index.d.ts",
      "import": "./dist/esm/index.js",
      "default": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "dotenv": "^16.4.7"
  },
  "peerDependencies": {
    "@kubricate/core": "^0.22.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.9",
    "@kubricate/config-eslint": "0.1.0",
    "@kubricate/config-vitest": "0.1.0",
    "@kubricate/config-typescript": "0.2.2",
    "@kubricate/core": "0.22.0",
    "@kubricate/mono": "0.3.2"
  },
  "description": "A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.",
  "keywords": [
    "kubernetes",
    "kubricate",
    "cli",
    "typescript",
    "framework",
    "typesafe",
    "secret-management",
    "infrastructure-as-code"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "dev": "mono dev",
    "start": "mono start",
    "build": "mono build",
    "test": "mono test",
    "test:watch": "mono test:watch",
    "lint:check": "mono lint:check",
    "lint:fix": "mono lint:fix",
    "check-types": "mono check-types"
  }
}