{
  "name": "@visecy/dsh-fs-k8s",
  "version": "0.1.73",
  "type": "module",
  "private": false,
  "dependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-fs": "0.1.0-rc.6"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "@visecy/dsh-sandbox-daemon": "workspace:*",
    "typescript": "^5.5.2",
    "vitest": "^2.1.0"
  },
  "scripts": {
    "build": "node ../../scripts/build-pkg.mjs fs-k8s src/index.ts",
    "prepublishOnly": "npm run build",
    "test": "vitest run"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Visecy/dsh-platform.git",
    "directory": "packages/fs-k8s"
  }
}
