41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "konobangu",
|
|
"version": "0.0.0",
|
|
"description": "Kono bangumi?",
|
|
"license": "MIT",
|
|
"workspaces": ["packages/*", "apps/*"],
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dumtruck/konobangu.git"
|
|
},
|
|
"scripts": {
|
|
"dev-webui": "just dev-webui",
|
|
"dev-proxy": "just dev-proxy",
|
|
"dev-recorder": "just dev-recorder",
|
|
"dev-deps": "just dev-deps",
|
|
"dev-codegen-wait": "just dev-codegen-wait",
|
|
"dev-all": "turbo run //#dev-recorder //#dev-proxy //#dev-webui //#dev-deps //#dev-codegen-wait",
|
|
"lint": "ultracite lint",
|
|
"format": "ultracite format",
|
|
"bump-deps": "npx --yes npm-check-updates --deep -u -x react-day-picker && pnpm install",
|
|
"clean": "git clean -xdf node_modules"
|
|
},
|
|
"packageManager": "pnpm@10.10.0",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"devDependencies": {
|
|
"@auto-it/all-contributors": "^11.3.0",
|
|
"@auto-it/first-time-contributor": "^11.3.0",
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/node": "^24.0.0",
|
|
"tsx": "^4.19.4",
|
|
"turbo": "^2.5.4",
|
|
"typescript": "^5.8.3",
|
|
"ultracite": "^4.2.8",
|
|
"kill-port": "^2.0.1",
|
|
"cross-env": "^7.0.3"
|
|
}
|
|
}
|