-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 Bytes
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
{
"name": "deepseek-openclaw-integration",
"version": "1.0.1",
"description": "DeepSeek API Platform integration for OpenClaw",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"setup": "./setup.sh"
},
"keywords": [
"openclaw",
"deepseek",
"llm",
"ai",
"integration"
],
"author": "OpenClaw Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dazeb/openclaw-deepseek-integration.git"
},
"bugs": {
"url": "https://github.com/dazeb/openclaw-deepseek-integration/issues"
},
"homepage": "https://github.com/dazeb/openclaw-deepseek-integration#readme",
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=16.0.0"
}
}