-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1011 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1011 Bytes
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
{
"name": "chorus",
"version": "0.8.0-alpha",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/server/index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"db:backup": "node dist/scripts/backup-db.js"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"type": "commonjs",
"devDependencies": {
"@astrojs/starlight": "^0.37.6",
"@eslint/js": "^10.0.1",
"@types/better-sqlite3": "^7.6.13",
"@types/jest": "^30.0.0",
"astro": "^5.18.0",
"c8": "^11.0.0",
"eslint": "^10.0.2",
"husky": "^9.1.7",
"jest": "^30.2.0",
"lint-staged": "^16.3.0",
"markdownlint-cli": "^0.47.0",
"playwright": "^1.52.0",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2"
},
"dependencies": {
"@hono/node-server": "^1.19.11",
"better-sqlite3": "^12.8.0",
"hono": "^4.12.8",
"openai": "^6.32.0",
"typescript": "^5.9.3",
"zod": "^4.3.6"
}
}