Files

44 lines
1.6 KiB
JSON

{
"name": "@prophet/dsh-plugin-coop-with-vs",
"version": "0.1.0",
"description": "Use files open in VS Code and Visual Studio as DSH @ references",
"type": "module",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"repository": { "type": "git", "url": "https://www.prophetk.icu/Prophet/dsh-plugin-coop-with-vs.git", "directory": "dsh-plugin" },
"exports": {
".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" },
"./client": { "types": "./lib/types/client.d.ts", "default": "./lib/client.js" },
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"files": ["lib/index.js", "lib/client.js", "lib/types/**/*.d.ts", "cordis.patch.yml", "README.md"],
"dsh": {
"bundle": { "patch": "./cordis.patch.yml" },
"client": { "inject": ["@deepseek-ai/dsh-client-ui-input-trigger"], "platform": "web" }
},
"scripts": {
"build": "node scripts/build.mjs && tsc -p tsconfig.build.json",
"test": "vitest run",
"watch": "node scripts/build.mjs --watch"
},
"dependencies": {
"@deepseek-ai/schemastery": "^3.18.1"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1",
"@deepseek-ai/dsh-client-ui-input-trigger": ">=0.1.0-rc.5 <0.2.0",
"@deepseek-ai/dsh-host-webserver": ">=0.1.0-rc.5 <0.2.0"
},
"devDependencies": {
"@deepseek-ai/cordis": "4.0.1",
"@deepseek-ai/dsh-client-ui-input-trigger": "0.1.0-rc.6",
"@deepseek-ai/dsh-host-webserver": "0.1.0-rc.6",
"@types/node": "^22.13.4",
"esbuild": "^0.25.0",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
},
"license": "MIT"
}