mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
22 lines
440 B
JSON
22 lines
440 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",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"turbo": "^2.5.5",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"packageManager": "pnpm@10.4.1",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|