{ "name": "dsh-plugin", "version": "0.4.0", "description": "DeepSeek Harness 插件集合(多插件 monorepo)", "private": true, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/eh-tools/dsh-plugin.git" }, "type": "module", "packageManager": "pnpm@10.33.0", "engines": { "node": ">=20" }, "scripts": { "lint": "eslint .", "format": "prettier --write .", "test": "node plugins/obsolete/tool-vision/tests/smoke.mjs && node plugins/obsolete/paste-image/tests/save.test.mjs && node scripts/verify-ds-balance.mjs && node plugins/obsolete/file-git-explorer/tests/verify-client-bundles.mjs && node scripts/verify-plugin-manifests.mjs && node plugins/obsolete/file-git-explorer/tests/git.test.mjs && node plugins/obsolete/file-git-explorer/tests/address.test.mjs && node plugins/obsolete/file-git-explorer/tests/verify.mjs && node plugins/db-console/tests/pg.test.mjs && node plugins/db-console/tests/smoke.mjs && node plugins/db-console/tests/editor-metrics.mjs && node plugins/browser-operator/tests/policy.test.mjs && node plugins/browser-operator/tests/harness.test.mjs", "check": "eslint . && prettier --check . && node plugins/obsolete/tool-vision/tests/smoke.mjs && node plugins/obsolete/paste-image/tests/save.test.mjs && node scripts/verify-ds-balance.mjs && node plugins/obsolete/file-git-explorer/tests/verify-client-bundles.mjs && node scripts/verify-plugin-manifests.mjs && node plugins/obsolete/file-git-explorer/tests/git.test.mjs && node plugins/obsolete/file-git-explorer/tests/address.test.mjs && node plugins/obsolete/file-git-explorer/tests/verify.mjs && node plugins/db-console/tests/pg.test.mjs && node plugins/db-console/tests/smoke.mjs && node plugins/db-console/tests/editor-metrics.mjs && node plugins/browser-operator/tests/policy.test.mjs && node plugins/browser-operator/tests/harness.test.mjs" }, "devDependencies": { "@eslint/js": "^9.0.0", "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", "globals": "^16.0.0", "prettier": "^3.0.0" } }