chore: isolate shared dsh plugins into independent monorepo
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "dsh-plugins",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "Shared DeepSeek Harness plugins monorepo — published to the Gitea npm registry under @deepseek-ai/*",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@11.7.0",
|
||||
"engines": {
|
||||
"node": ">=22.19"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm -r run build",
|
||||
"test": "pnpm -r run test",
|
||||
"pack": "pnpm -r pack"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user