| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "@deepseek-ai/dsh-acp-app",
- "description": "The dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base",
- "version": "0.1.3-alpha.1",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/bundle/acp-app"
- },
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./cordis.patch.yml": "./cordis.patch.yml",
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "cordis.patch.yml",
- "lib/types/**/*.d.ts"
- ],
- "license": "MIT",
- "dsh": {
- "bundle": {
- "patch": "./cordis.patch.yml"
- }
- },
- "dependencies": {
- "@deepseek-ai/dsh-acp": "workspace:^",
- "@deepseek-ai/dsh-cmdline": "workspace:^",
- "commander": "^15.0.0"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis-plugin-include": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- }
- }
|