mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
chore(plugins): bulk add package boundary tsconfig rollout
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acpx": "0.5.1"
|
"acpx": "0.5.1"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/acpx/tsconfig.json
Normal file
16
extensions/acpx/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Alibaba Model Studio video provider plugin",
|
"description": "OpenClaw Alibaba Model Studio video provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/alibaba/tsconfig.json
Normal file
16
extensions/alibaba/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -7,6 +7,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws/bedrock-token-generator": "^1.1.0"
|
"@aws/bedrock-token-generator": "^1.1.0"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"stageRuntimeDependencies": true
|
"stageRuntimeDependencies": true
|
||||||
|
|||||||
16
extensions/amazon-bedrock-mantle/tsconfig.json
Normal file
16
extensions/amazon-bedrock-mantle/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -7,6 +7,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-bedrock": "3.1024.0"
|
"@aws-sdk/client-bedrock": "3.1024.0"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"stageRuntimeDependencies": true
|
"stageRuntimeDependencies": true
|
||||||
|
|||||||
16
extensions/amazon-bedrock/tsconfig.json
Normal file
16
extensions/amazon-bedrock/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Anthropic provider plugin",
|
"description": "OpenClaw Anthropic provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/anthropic/tsconfig.json
Normal file
16
extensions/anthropic/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Arcee provider plugin",
|
"description": "OpenClaw Arcee provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/arcee/tsconfig.json
Normal file
16
extensions/arcee/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
"description": "OpenClaw BlueBubbles channel plugin",
|
"description": "OpenClaw BlueBubbles channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/bluebubbles/tsconfig.json
Normal file
16
extensions/bluebubbles/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw browser tool plugin",
|
"description": "OpenClaw browser tool plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/browser/tsconfig.json
Normal file
16
extensions/browser/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw BytePlus provider plugin",
|
"description": "OpenClaw BytePlus provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/byteplus/tsconfig.json
Normal file
16
extensions/byteplus/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Chutes.ai provider plugin",
|
"description": "OpenClaw Chutes.ai provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/chutes/tsconfig.json
Normal file
16
extensions/chutes/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw ComfyUI provider plugin",
|
"description": "OpenClaw ComfyUI provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/comfy/tsconfig.json
Normal file
16
extensions/comfy/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Deepgram media-understanding provider",
|
"description": "OpenClaw Deepgram media-understanding provider",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/deepgram/tsconfig.json
Normal file
16
extensions/deepgram/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
"@sinclair/typebox": "0.34.49",
|
"@sinclair/typebox": "0.34.49",
|
||||||
"playwright-core": "1.59.1"
|
"playwright-core": "1.59.1"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"stageRuntimeDependencies": true
|
"stageRuntimeDependencies": true
|
||||||
|
|||||||
16
extensions/diffs/tsconfig.json
Normal file
16
extensions/diffs/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
"opusscript": "^0.1.1"
|
"opusscript": "^0.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/discord/tsconfig.json
Normal file
16
extensions/discord/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw ElevenLabs speech plugin",
|
"description": "OpenClaw ElevenLabs speech plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/elevenlabs/tsconfig.json
Normal file
16
extensions/elevenlabs/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw fal provider plugin",
|
"description": "OpenClaw fal provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/fal/tsconfig.json
Normal file
16
extensions/fal/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"@sinclair/typebox": "0.34.49"
|
"@sinclair/typebox": "0.34.49"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/feishu/tsconfig.json
Normal file
16
extensions/feishu/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw GitHub Copilot provider plugin",
|
"description": "OpenClaw GitHub Copilot provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/github-copilot/tsconfig.json
Normal file
16
extensions/github-copilot/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -7,6 +7,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google/genai": "^1.48.0"
|
"@google/genai": "^1.48.0"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/google/tsconfig.json
Normal file
16
extensions/google/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"google-auth-library": "^10.6.2"
|
"google-auth-library": "^10.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/googlechat/tsconfig.json
Normal file
16
extensions/googlechat/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Hugging Face provider plugin",
|
"description": "OpenClaw Hugging Face provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/huggingface/tsconfig.json
Normal file
16
extensions/huggingface/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw iMessage channel plugin",
|
"description": "OpenClaw iMessage channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/imessage/tsconfig.json
Normal file
16
extensions/imessage/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -3,6 +3,9 @@
|
|||||||
"version": "2026.4.6",
|
"version": "2026.4.6",
|
||||||
"description": "OpenClaw IRC channel plugin",
|
"description": "OpenClaw IRC channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/irc/tsconfig.json
Normal file
16
extensions/irc/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Kilo Gateway provider plugin",
|
"description": "OpenClaw Kilo Gateway provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/kilocode/tsconfig.json
Normal file
16
extensions/kilocode/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Kimi provider plugin",
|
"description": "OpenClaw Kimi provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/kimi-coding/tsconfig.json
Normal file
16
extensions/kimi-coding/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
"description": "OpenClaw LINE channel plugin",
|
"description": "OpenClaw LINE channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/line/tsconfig.json
Normal file
16
extensions/line/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
"@clawdbot/lobster": "2026.1.24",
|
"@clawdbot/lobster": "2026.1.24",
|
||||||
"@sinclair/typebox": "0.34.49"
|
"@sinclair/typebox": "0.34.49"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/lobster/tsconfig.json
Normal file
16
extensions/lobster/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
"music-metadata": "^11.12.3"
|
"music-metadata": "^11.12.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/matrix/tsconfig.json
Normal file
16
extensions/matrix/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"ws": "^8.20.0"
|
"ws": "^8.20.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/mattermost/tsconfig.json
Normal file
16
extensions/mattermost/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"description": "OpenClaw core memory search plugin",
|
"description": "OpenClaw core memory search plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/memory-core/tsconfig.json
Normal file
16
extensions/memory-core/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,6 +8,9 @@
|
|||||||
"@sinclair/typebox": "0.34.49",
|
"@sinclair/typebox": "0.34.49",
|
||||||
"openai": "^6.33.0"
|
"openai": "^6.33.0"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/memory-lancedb/tsconfig.json
Normal file
16
extensions/memory-lancedb/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"yaml": "^2.8.3"
|
"yaml": "^2.8.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/memory-wiki/tsconfig.json
Normal file
16
extensions/memory-wiki/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Microsoft Foundry provider plugin",
|
"description": "OpenClaw Microsoft Foundry provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/microsoft-foundry/tsconfig.json
Normal file
16
extensions/microsoft-foundry/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -7,6 +7,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-edge-tts": "^1.2.10"
|
"node-edge-tts": "^1.2.10"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/microsoft/tsconfig.json
Normal file
16
extensions/microsoft/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw MiniMax provider and OAuth plugin",
|
"description": "OpenClaw MiniMax provider and OAuth plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/minimax/tsconfig.json
Normal file
16
extensions/minimax/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Mistral provider plugin",
|
"description": "OpenClaw Mistral provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/mistral/tsconfig.json
Normal file
16
extensions/mistral/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Moonshot provider plugin",
|
"description": "OpenClaw Moonshot provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/moonshot/tsconfig.json
Normal file
16
extensions/moonshot/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
"express": "^5.2.1"
|
"express": "^5.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/msteams/tsconfig.json
Normal file
16
extensions/msteams/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
"description": "OpenClaw Nextcloud Talk channel plugin",
|
"description": "OpenClaw Nextcloud Talk channel plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/nextcloud-talk/tsconfig.json
Normal file
16
extensions/nextcloud-talk/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
"nostr-tools": "^2.23.3"
|
"nostr-tools": "^2.23.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*",
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
16
extensions/nostr/tsconfig.json
Normal file
16
extensions/nostr/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "OpenClaw Ollama provider plugin",
|
"description": "OpenClaw Ollama provider plugin",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
16
extensions/ollama/tsconfig.json
Normal file
16
extensions/ollama/tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "../tsconfig.package-boundary.base.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"rootDir": "."
|
||||||
|
},
|
||||||
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,5 +4,13 @@
|
|||||||
"rootDir": "."
|
"rootDir": "."
|
||||||
},
|
},
|
||||||
"include": ["./*.ts", "./src/**/*.ts"],
|
"include": ["./*.ts", "./src/**/*.ts"],
|
||||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
"exclude": [
|
||||||
|
"./**/*.test.ts",
|
||||||
|
"./dist/**",
|
||||||
|
"./node_modules/**",
|
||||||
|
"./src/test-support/**",
|
||||||
|
"./src/**/*test-helpers.ts",
|
||||||
|
"./src/**/*test-harness.ts",
|
||||||
|
"./src/**/*test-support.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ws": "^8.20.0"
|
"ws": "^8.20.0"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@openclaw/plugin-sdk": "workspace:*"
|
||||||
|
},
|
||||||
"openclaw": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user