-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.55 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
{
"name": "wxbot-puppet-bridge",
"version": "1.0.19",
"description": "Puppet Bridge for WeChat Robots",
"scripts": {
"dev": "nodemon --config ./examples/nodemon.json",
"start": "ts-node --files -r tsconfig-paths/register ./examples/index.ts",
"build": "npx ts-node build.ts"
},
"main": "dist/mod.js",
"engines": {
"node": ">=18.15.0",
"npm": ">=8.19.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yzqzy/wxbot-puppet-bridge.git"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"wechaty",
"wechat",
"robot",
"puppet",
"bridge"
],
"author": "heora <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yzqzy/wxbot-puppet-bridge/issues"
},
"homepage": "https://github.com/yzqzy/wxbot-puppet-bridge#readme",
"peerDependencies": {
"wechaty-puppet": "^1.20.2"
},
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"file-box": "^1.4.15",
"jimp": "^0.22.12",
"jsqr": "^1.4.0",
"lossless-json": "^4.0.1",
"ws": "^8.17.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"@types/qrcode-terminal": "^0.12.2",
"@types/ws": "^8.5.10",
"@types/xml2js": "^0.4.14",
"nodemon": "^3.1.3",
"qrcode-terminal": "^0.12.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"wechaty": "^1.20.2",
"wechaty-puppet": "^1.20.2"
}
}