-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.98 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.98 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
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
{
"name": "WechatGPT",
"version": "0.14.7",
"description": "wechat & chatgpt",
"type": "module",
"engines": {
"node": ">=18",
"npm": ">=9"
},
"scripts": {
"build": "tsc",
"lint": "eslint \"src/*.ts\"",
"lint-fix": "eslint --fix \"src/*.ts\" \"src/*/*.ts\"",
"start": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/choogoo/WechatGPT.git"
},
"keywords": [],
"author": "choogoo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/choogoo/WechatGPT/issues"
},
"homepage": "https://github.com/choogoo/WechatGPT#readme",
"dependencies": {
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"api2d": "^0.1.23",
"axios": "^1.3.6",
"dotenv": "^16.0.0",
"eslint": "^8.40.0",
"html-to-docx": "^1.8.0",
"json2csv": "^6.0.0-alpha.2",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-router": "^12.0.0",
"koa-websocket": "^7.0.0",
"nedb": "^1.8.0",
"nedb-promises": "^6.2.1",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"type-fest": "^4.2.0",
"typechat": "^0.0.10",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"wechaty": "^1.20.2",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-wechat": "^1.18.4",
"wechaty-puppet-wechat4u": "^1.13.15",
"wx-voice": "^0.2.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@chatie/eslint-config": "^1.4.1",
"@chatie/tsconfig": "^4.9.2",
"@types/koa": "^2.13.6",
"@types/koa__cors": "^4.0.0",
"@types/koa__router": "^12.0.0",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-router": "^7.4.4",
"@types/koa-websocket": "^5.0.7",
"@types/nedb": "^1.8.13",
"@types/node": "^18.15.11",
"@types/qrcode-terminal": "^0.12.0",
"@types/uuid": "^9.0.1",
"check-node-version": "^4.2.1",
"cross-env": "^7.0.3",
"is-pr": "^2.0.0",
"ts-node": "^10.9.1"
}
}