-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "@lifeforge/lifeforge--books-library",
"displayName": "Books Library",
"version": "0.0.5",
"description": "Your personal library, no overdue fees.",
"repository": {
"type": "git",
"url": "https://github.com/lifeforge-app/lifeforge-module-booksLibrary.git"
},
"scripts": {
"types": "cd client && bun tsc",
"build:client": "cd client && bun run vite build",
"build:server": "bun build ./server/index.ts --outdir ./server/dist --target bun --external @lifeforge/server-utils --external zod"
},
"dependencies": {
"epub-wordcount": "^2.1.3",
"epub2": "^3.0.2",
"human-number": "^2.0.6",
"jsdom": "^27.0.0",
"nodemailer": "^7.0.9",
"pdf-page-counter": "^1.0.3",
"pretty-bytes": "^7.1.0",
"socket.io": "^4.8.1"
},
"devDependencies": {
"@types/human-number": "^1.0.2",
"@types/jsdom": "^27.0.0",
"@types/nodemailer": "^7.0.2"
},
"author": "Melvin Chia <melvinchia623600@gmail.com>",
"lifeforge": {
"icon": "tabler:books",
"category": "Storage"
},
"peerDependencies": {
"@lifeforge/server-utils": "workspace:*",
"@lifeforge/ui": "workspace:*",
"@lifeforge/shared": "workspace:*"
}
}