-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 983 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
{
"name": "libretto",
"license": "MIT",
"version": "1.0.0",
"author": "drainpixie",
"description": "📚 a tiny bookworm for OPDS",
"main": "src/index.ts",
"type": "module",
"scripts": {
"dev": "tsx --no-warnings --env-file=.env --watch .",
"run": "tsx --env-file=.env .",
"fmt": "biome check --vcs-client-kind=git --vcs-root=. --vcs-enabled=true --vcs-use-ignore-file=true"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@library-pals/isbn": "^1.3.2",
"better-sqlite3": "^11.1.2",
"fast-xml-parser": "^4.4.1",
"fastify": "^4.28.1",
"mime": "^4.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^22.1.0",
"lefthook": "^1.7.11",
"tsx": "^4.16.5"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}