| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "name": "@deepseek-ai/dsh-ptc-runtime-node",
- "description": "Sandboxed Node process implementation of the DeepSeek Harness PTC execution capability",
- "version": "0.1.6-alpha.2",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/ptc-runtime/ptc-runtime-node"
- },
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./package.json": "./package.json",
- "./process": {
- "types": "./lib/types/process-entry.d.ts",
- "default": "./lib/process.js"
- }
- },
- "files": [
- "lib/index.js",
- "lib/process.js",
- "lib/types/**/*.d.ts"
- ],
- "license": "MIT",
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/dsh-ptc-runtime": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-timeout": "workspace:^",
- "@deepseek-ai/dsh-fs": "workspace:^",
- "@deepseek-ai/dsh-subprocess": "workspace:^",
- "@deepseek-ai/dsh-sandbox": "workspace:^",
- "@deepseek-ai/dsh-sandbox-policy": "workspace:^"
- },
- "dependencies": {
- "@deepseek-ai/dsh-util-values": "workspace:^",
- "@deepseek-ai/schemastery": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/dsh-ptc-runtime": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-timeout": "workspace:^",
- "@deepseek-ai/dsh-fs": "workspace:^",
- "@deepseek-ai/dsh-subprocess": "workspace:^",
- "@deepseek-ai/dsh-sandbox": "workspace:^",
- "@deepseek-ai/dsh-sandbox-policy": "workspace:^",
- "@deepseek-ai/dsh-fs-local": "workspace:^",
- "@deepseek-ai/dsh-subprocess-local": "workspace:^",
- "@deepseek-ai/dsh-session-projection": "workspace:^",
- "@deepseek-ai/dsh-sandbox-local": "workspace:^"
- }
- }
|