-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.01 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "openclaw-commonstack",
"version": "1.0.0",
"description": "OpenClaw CommonStack provider plugin - unified gateway for OpenAI, Anthropic, Google, DeepSeek, MiniMax, Qwen and more. One API key, pay-per-token billing.",
"type": "module",
"keywords": [
"openclaw",
"openclaw-plugin",
"commonstack",
"llm",
"openai",
"anthropic",
"google",
"deepseek",
"provider"
],
"homepage": "https://commonstack.ai",
"repository": {
"type": "git",
"url": "https://github.com/CommonstackAI/OpenclawCommonstack"
},
"author": "flhoilyd",
"license": "MIT",
"files": [
"index.ts",
"models.ts",
"provider-catalog.ts",
"onboard.ts",
"api.ts",
"openclaw.plugin.json",
"README.md"
],
"openclaw": {
"extensions": [
"./index.ts"
],
"compat": {
"pluginApi": ">=2026.3.28"
},
"build": {
"openclawVersion": "2026.3.30",
"pluginSdkVersion": "2026.3.30"
}
},
"peerDependencies": {
"openclaw": "*"
}
}