-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathpackage.json
98 lines (98 loc) · 2.42 KB
/
package.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "wechaty-web-panel",
"version": "1.6.74",
"description": "智能微秘书插件",
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/cjs/src/index.js"
}
},
"type": "module",
"scripts": {
"build": "tsc && tsc -p tsconfig.cjs.json",
"clean": "shx rm -fr dist/*",
"dist": "npm-run-all clean build dist:commonjs",
"dist:commonjs": "jq -n \"{ type: \\\"commonjs\\\" }\" > dist/cjs/package.json",
"test:wechat": "node test/wechat.js",
"test:wework": "node test/wework.js",
"release": "verpub publish",
"release:dry": "verpub --dry-run"
},
"keywords": [
"定时发送",
"微秘书",
"智能机器人",
"微信每日说",
"每日说",
"群消息同步",
"企微机器人",
"fastGPT",
"Dify",
"Wechaty",
"wechatEveryDay",
"wechaty",
"wechaty-plugin",
"chatGPT",
"openai",
"chatBot",
"openGPT"
],
"author": {
"name": "Leo_chen",
"url": "http://www.xkboke.com",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/leochen-g/wechaty-web-panel"
},
"license": "MIT",
"devDependencies": {
"@chatie/semver": "^0.4.7",
"@chatie/tsconfig": "^4.6.3",
"@grpc/grpc-js": "1.9.14",
"@juzi/wechaty": "^1.0.99",
"@juzi/wechaty-puppet": "^1.0.90",
"@juzi/wechaty-puppet-service": "^1.0.100",
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"wechaty-puppet-matrix": "^0.0.8",
"wechaty-puppet-wechat4u": "^1.14.12"
},
"readme": "README.md",
"engines": {
"node": ">=16",
"npm": ">=7"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",
"ali-oss": "^6.21.0",
"axios": "^1.7.4",
"baidu-aip-sdk": "^4.16.10",
"dayjs": "^1.11.7",
"eventsource-parser": "^1.0.0",
"form-data": "^4.0.0",
"https-proxy-agent": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"keyv": "^4.5.2",
"mqtt": "^4.2.6",
"mustache": "^4.2.0",
"nedb": "^1.8.0",
"node-fetch": "^2.6.9",
"node-schedule": "^1.3.2",
"qrcode-terminal": "^0.12.0",
"rss-parser": "^3.13.0",
"superagent": "^5.3.1",
"uuid": "^9.0.0"
},
"publishConfig": {
"registry": " https://registry.npmjs.org/",
"tag": "latest",
"access": "public"
}
}