-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "avaservice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "npm install --production && babel-node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m3360202/avaService.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/m3360202/avaService/issues"
},
"homepage": "https://github.com/m3360202/avaService#readme",
"dependencies": {
"axios": "^1.5.0",
"cors": "^2.8.5",
"eventsource": "^2.0.2",
"express": "^4.18.2",
"formidable": "^3.5.1",
"jest-fetch-mock": "^3.0.3",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"openai": "^4.4.0",
"streamifier": "^0.1.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/node": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"babel-jest": "^29.6.4",
"babel-loader": "^9.1.3",
"jest": "^29.6.4",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}