readest/package.json

33 lines
1.1 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",
"prepare": "husky",
"fmt:check": "pnpm --filter @readest/readest-app fmt:check",
"clippy:check": "pnpm --filter @readest/readest-app clippy:check",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
},
"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",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}": [
"prettier --write"
]
}
}