forked from akai/readest
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"name": "@readest/monorepo",
|
|
"private": true,
|
|
"repository": "readest/readest",
|
|
"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",
|
|
"epub-reviewer:dev": "pnpm --filter @readest/readest-app epub-reviewer:dev",
|
|
"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"
|
|
]
|
|
}
|
|
}
|