mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "cosscom",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint --",
|
|
"test": "bun test --pass-with-no-tests",
|
|
"format": "biome format --write .",
|
|
"clean": "turbo run clean && rm -rf .turbo && rm -rf node_modules",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.6",
|
|
"turbo": "^2.5.5",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"packageManager": "bun@1.3.1",
|
|
"workspaces": ["apps/*", "packages/*"],
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|