@liuliang520500/sinataoke_cn 2.0.3 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,62 +1,69 @@
1
- {
2
- "name": "@liuliang520500/sinataoke_cn",
3
- "version": "2.0.3",
4
- "description": "淘宝联盟,京东联盟,多多进宝全平台MCP服务 - 支持淘宝、京东、拼多多平台",
5
- "type": "commonjs",
6
- "main": "dist/index.js",
7
- "bin": {
8
- "sinataoke_cn": "dist/cli.js"
9
- },
10
- "files": [
11
- "dist",
12
- "README.md"
13
- ],
14
- "keywords": [
15
- "mcp",
16
- "taobao",
17
- "jd",
18
- "pdd",
19
- "淘宝客",
20
- "claude"
21
- ],
22
- "author": "vx:liuliangzheng",
23
- "license": "ISC",
24
- "dependencies": {
25
- "@anthropic-ai/sdk": "^0.39.0",
26
- "@liuliang520500/jd-sdk": "^1.0.5",
27
- "@liuliang520500/pdd-sdk-new": "^1.0.2",
28
- "@liuliang520500/taobao-topclient": "^1.0.0",
29
- "@modelcontextprotocol/sdk": "^1.8.0",
30
- "@types/winston": "^2.4.4",
31
- "axios": "^1.6.7",
32
- "chalk": "^5.4.1",
33
- "dotenv": "^16.4.7",
34
- "form-data": "^4.0.0",
35
- "iconv-lite": "^0.6.3",
36
- "jsonwebtoken": "^9.0.2",
37
- "mime": "^3.0.0",
38
- "node-fetch": "^3.3.2",
39
- "request": "^2.88.2",
40
- "urlencode": "^1.1.0",
41
- "winston": "^3.11.0",
42
- "ws": "^8.16.0",
43
- "zod": "^3.22.4"
44
- },
45
- "engines": {
46
- "node": ">=16.0.0"
47
- },
48
- "repository": {
49
- "type": "git",
50
- "url": "https://github.com/liuliang520500/sinataoke_cn"
51
- },
52
- "bugs": {
53
- "url": "https://github.com/liuliang520500/sinataoke_cn/issues"
54
- },
55
- "homepage": "https://github.com/liuliang520500/sinataoke_cn#readme",
56
- "publishConfig": {
57
- "access": "public"
58
- },
59
- "devDependencies": {
60
- "@types/jsonwebtoken": "^9.0.9"
61
- }
62
- }
1
+ {
2
+ "name": "@liuliang520500/sinataoke_cn",
3
+ "version": "2.0.5",
4
+ "description": "淘宝联盟,京东联盟,多多进宝全平台MCP服务 - 支持淘宝、京东、拼多多平台",
5
+ "type": "commonjs",
6
+ "main": "dist/index.js",
7
+ "module": "dist/smithery.js",
8
+ "scripts": {
9
+ "start": "node dist/smithery.js",
10
+ "dev": "npx smithery dev"
11
+ },
12
+ "bin": {
13
+ "sinataoke_cn": "dist/cli.js"
14
+ },
15
+ "files": [
16
+ "dist",
17
+ "README.md"
18
+ ],
19
+ "keywords": [
20
+ "mcp",
21
+ "taobao",
22
+ "jd",
23
+ "pdd",
24
+ "淘宝客",
25
+ "claude",
26
+ "sinataoke.cn"
27
+ ],
28
+ "author": "vx:liuliangzheng",
29
+ "license": "ISC",
30
+ "dependencies": {
31
+ "@anthropic-ai/sdk": "^0.39.0",
32
+ "@liuliang520500/jd-sdk": "^1.0.5",
33
+ "@liuliang520500/pdd-sdk-new": "^1.0.2",
34
+ "@liuliang520500/taobao-topclient": "^1.0.0",
35
+ "@modelcontextprotocol/sdk": "^1.8.0",
36
+ "@types/winston": "^2.4.4",
37
+ "axios": "^1.6.7",
38
+ "chalk": "^5.4.1",
39
+ "dotenv": "^16.4.7",
40
+ "form-data": "^4.0.0",
41
+ "iconv-lite": "^0.6.3",
42
+ "jsonwebtoken": "^9.0.2",
43
+ "mime": "^3.0.0",
44
+ "node-fetch": "^3.3.2",
45
+ "request": "^2.88.2",
46
+ "urlencode": "^1.1.0",
47
+ "winston": "^3.11.0",
48
+ "ws": "^8.16.0",
49
+ "zod": "^3.22.4"
50
+ },
51
+ "engines": {
52
+ "node": ">=16.0.0"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/liuliang520500/sinataoke_cn"
57
+ },
58
+ "bugs": {
59
+ "url": "https://github.com/liuliang520500/sinataoke_cn/issues"
60
+ },
61
+ "homepage": "https://github.com/liuliang520500/sinataoke_cn#readme",
62
+ "publishConfig": {
63
+ "access": "public"
64
+ },
65
+ "devDependencies": {
66
+ "@smithery/cli": "^1.6.3",
67
+ "@types/jsonwebtoken": "^9.0.9"
68
+ }
69
+ }