-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1012 Bytes
/
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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node ./dist/index.js",
"dev": "echo 'aaa' && nodemon ./dist/index.js",
"separator": "node ./src/controllers/utils/json_tiktoken_separator.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/crypto-js": "^4.2.1",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"joi": "^17.10.0",
"js-tiktoken": "^1.0.7",
"mongodb": "^5.8.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"openai": "^4.3.0",
"tiktoken": "^1.0.10",
"uuid": "^9.0.1",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/joi": "^17.2.3",
"@types/mongodb": "^4.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/uuid": "^9.0.7",
"madge": "^6.1.0",
"typescript": "^5.2.2"
}
}