chore: isolate shared dsh plugins into independent monorepo
Some checks failed
build-and-publish / build-test (push) Failing after 1m6s
build-and-publish / publish (push) Has been skipped

This commit is contained in:
2026-08-26 22:44:31 +07:00
parent 0e0b68fed5
commit 81159a22e8
37 changed files with 3456 additions and 2 deletions

16
package.json Normal file
View 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"
}
}