{
  "name": "@pi-lab/env",
  "version": "1.0.3",
  "description": "Global environment loader extension for pi coding agent",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "author": "anthod0",
  "homepage": "https://github.com/anthod0/pi-lab/tree/main/packages/env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anthod0/pi-lab.git",
    "directory": "packages/env"
  },
  "bugs": {
    "url": "https://github.com/anthod0/pi-lab/issues"
  },
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./dist/index.mjs"
    ]
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@types/node": "^25.9.4",
    "tsdown": "^0.22.3",
    "tsx": "^4.22.4",
    "@pi-lab/utils": "0.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3"
  },
  "dependencies": {
    "@dotenvx/dotenvx": "^2.1.5"
  },
  "scripts": {
    "build": "tsdown",
    "test": "tsx --test src/**/*.test.ts"
  }
}