-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
{
"name": "@readest/monorepo",
"private": true,
"repository": "ZHINFINITY/ReadInfinity",
"homepage": "https://github.com/ZHINFINITY/ReadInfinity",
"bugs": {
"url": "https://github.com/ZHINFINITY/ReadInfinity/issues"
},
"keywords": [
"readinfinity",
"read∞",
"ebook-reader",
"android-reader",
"offline-reader",
"epub-reader",
"pdf-reader",
"local-library",
"tauri",
"open-source"
],
"scripts": {
"test": "pnpm --filter @readest/readest-app test",
"test:lua": "pnpm --filter @readest/readest-app test:lua",
"lint": "pnpm --filter @readest/readest-app lint",
"lint:lua": "pnpm --filter @readest/readest-app lint:lua",
"tauri": "pnpm --filter @readest/readest-app tauri",
"dev-web": "pnpm --filter @readest/readest-app dev-web",
"prepare": "husky",
"fmt:check": "pnpm --filter @readest/readest-app fmt:check",
"clippy:check": "pnpm --filter @readest/readest-app clippy:check",
"worktree:new": "pnpm --filter @readest/readest-app worktree:new",
"worktree:rm": "pnpm --filter @readest/readest-app worktree:rm",
"format": "biome format --write .",
"format:check": "biome format ."
},
"packageManager": "pnpm@11.1.1",
"devDependencies": {
"@biomejs/biome": "^2.4.9",
"@sindresorhus/tsconfig": "^6.0.0",
"husky": "^9.1.6",
"lint-staged": "^16.2.7",
"typescript": "^5"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,css,json}": [
"biome format --write --no-errors-on-unmatched"
]
}
}