{
  "name": "@deepseek-ai/dsh-pwsh-sandbox",
  "description": "Sandbox-consuming implementation of the DeepSeek Harness PowerShell executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)",
  "version": "0.0.1-rc.1",
  "publishConfig": {
    "access": "restricted"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
    "directory": "packages/bash/pwsh-sandbox"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "default": "./lib/index.js"
    },
    "./invariant": {
      "types": "./lib/types/invariant.d.ts",
      "default": "./lib/invariant.js"
    },
    "./src/*": "./src/*",
    "./package.json": "./package.json"
  },
  "files": [
    "lib/index.js",
    "lib/invariant.js",
    "lib/types/**/*.d.ts"
  ],
  "license": "BSD-3-Clause",
  "peerDependencies": {
    "@deepseek-ai/dsh-bash": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-invariants": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-sandbox": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-pwsh-local": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-sandbox-policy": "^0.0.1-rc.1",
    "@deepseek-ai/cordis": "^4.0.1-rc.1"
  },
  "devDependencies": {
    "@deepseek-ai/dsh-bash": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-pwsh-local": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-sandbox": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-sandbox-local": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-sandbox-policy": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-invariants": "^0.0.1-rc.1",
    "@deepseek-ai/dsh-subprocess-local": "^0.0.1-rc.1",
    "@deepseek-ai/cordis": "^4.0.1-rc.1"
  }
}