-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 826 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 826 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
{
"name": "listee-libs",
"version": "0.0.0",
"private": true,
"packageManager": "bun@1.2.22",
"catalog": {
"drizzle-orm": "^0.44.5",
"hono": "^4.4.4",
"postgres": "^3.4.7",
"jose": "^5.2.3",
"@listee/auth": "^0.2.0",
"@listee/db": "^0.2.0",
"@listee/types": "^0.2.0"
},
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --write",
"test": "bun test",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"build": "turbo run build",
"clean": "turbo run clean"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@changesets/cli": "2.29.7",
"@types/bun": "1.2.22",
"rimraf": "6.0.1",
"turbo": "2.5.8",
"typescript": "5.6.3"
}
}