This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
scoresaber-reloadedv3/package.json

29 lines
548 B
JSON
Raw Normal View History

2024-09-05 17:09:17 +01:00
{
2024-10-04 16:43:12 +01:00
"name": "ssr",
2024-09-05 17:09:17 +01:00
"version": "0.1.0",
"private": true,
2024-10-04 17:51:05 +01:00
"workspaces": {
"nohoist": [
"**/frontend",
"**/frontend/**"
],
"packages": [
"apps/*",
"packages/*"
]
},
2024-09-05 17:09:17 +01:00
"scripts": {
2024-10-04 16:43:12 +01:00
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"test": "turbo run test"
2024-09-05 17:09:17 +01:00
},
"devDependencies": {
2024-10-04 16:43:12 +01:00
"prettier": "^3.2.5",
"turbo": "^2.0.3"
2024-09-28 05:57:35 +01:00
},
2024-10-04 16:43:12 +01:00
"packageManager": "pnpm@9.12.0"
}