-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 914 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
{
"name": "text-inference-batcher",
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"npm": ">=9.0.0",
"node": ">=20.0.0"
},
"scripts": {
"start": "turbo start",
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"test": "turbo test"
},
"dependencies": {
"hono": "^3.3.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-config-turbo": "^1.10.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"openai": "^4.0.1",
"prettier": "3.0.2",
"tsx": "^3.12.7",
"turbo": "^1.10.13",
"typescript": "^5.1.6"
}
}