-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.1 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
{
"name": "feishu-gpt",
"version": "1.0.0",
"main": "src/index.ts",
"author": "lfxiui <lfxiui@gmail.com>",
"private": true,
"scripts": {
"dev": "ts-node-dev ./src/index.ts",
"build": "webpack --config webpack.js"
},
"devDependencies": {
"@types/koa-bodyparser": "^4.3.10",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.8.7",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.2",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.15.0",
"@types/koa": "^2.13.5",
"@types/koa-router": "^7.4.4",
"@types/tunnel": "^0.0.3",
"googleapis": "^120.0.0",
"koa": "^2.14.1",
"koa-bodyparser": "^4.4.0",
"koa-router": "^12.0.0",
"mongodb": "^5.1.0",
"openai": "^3.3.0",
"tunnel": "^0.0.6"
}
}