-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.13 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
{
"name": "behappy-chatgpt-assistant",
"description": "BeHappy 智能助理",
"version": "0.2.0",
"main": "bin/run",
"author": {
"email": "wangxiaowu950330@foxmail.com",
"name": "xiaowu"
},
"keywords": [
"koa",
"chatGpt"
],
"engines": {
"node": ">=16"
},
"private": true,
"scripts": {
"start": "node bin/run",
"pm2": "pm2 start pm2.json",
"eslint": "./node_modules/.bin/eslint ./"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
"@koa/cors": "^4.0.0",
"axios": "^0.21.1",
"form-data": "^2.3.2",
"fs": "0.0.1-security",
"jsonwebtoken": "^9.0.0",
"koa": "^2.13.4",
"koa-body": "4.2.0",
"koa-router": "^12.0.0",
"koa-views": "^8.0.0",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"mime": "^3.0.0",
"moment": "^2.29.4",
"node-schedule": "^2.1.1",
"openai": "^3.2.1",
"redis": "^3.1.2",
"tunnel": "^0.0.6"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
}
}