| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@deepseek-ai/dsh-bash-sandbox",
- "description": "Sandbox-consuming implementation of the DeepSeek Harness bash executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "lib/types/**/*.d.ts",
- "lib/types/**/*.d.ts.map",
- "src"
- ],
- "license": "BSD-3-Clause",
- "peerDependencies": {
- "@deepseek-ai/dsh-bash": "^0.0.1",
- "@deepseek-ai/dsh-bash-local": "^0.0.1",
- "@deepseek-ai/dsh-sandbox": "^0.0.1",
- "@deepseek-ai/dsh-sandbox-policy": "^0.0.1",
- "cordis": "^4.0.0-rc.7"
- },
- "devDependencies": {
- "@deepseek-ai/dsh-bash": "workspace:^",
- "@deepseek-ai/dsh-bash-local": "workspace:^",
- "@deepseek-ai/dsh-sandbox": "workspace:^",
- "@deepseek-ai/dsh-sandbox-local": "workspace:^",
- "@deepseek-ai/dsh-sandbox-policy": "workspace:^",
- "node-addon-landlock-run": "0.0.0-test.0",
- "cordis": "^4.0.0-rc.7"
- }
- }
|