-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
49
{
"name": "kit-syllabus",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "tsc -p .",
"start": "node ./bin/app",
"test": "jest"
},
"dependencies": {
"@bull-board/api": "^5.21.0",
"@bull-board/hono": "^5.21.0",
"@elastic/elasticsearch": "^8.14.0",
"@hono/node-server": "^1.12.0",
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.16.0",
"bullmq": "^5.10.0",
"dotenv": "^16.4.5",
"hono": "^4.4.13",
"ioredis": "^5.4.1",
"jsdom": "^24.1.0",
"node-fetch": "^3.3.2",
"redis-info": "^3.1.0",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jsdom": "^21.1.7",
"@types/node-fetch": "^2.6.11",
"@types/redis-info": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typespec/compiler": "^0.57.0",
"@typespec/http": "^0.57.0",
"@typespec/openapi3": "^0.57.0",
"@typespec/rest": "^0.57.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-esm": "^2.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}