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.
scoresaber-reloadedv3/package.json

29 lines
548 B
JSON
Raw Normal View History

2024-09-05 16:09:17 +00:00
{
2024-10-04 15:43:12 +00:00
"name": "ssr",
2024-09-05 16:09:17 +00:00
"version": "0.1.0",
"private": true,
2024-10-04 16:51:05 +00:00
"workspaces": {
"nohoist": [
"**/frontend",
"**/frontend/**"
],
"packages": [
"apps/*",
"packages/*"
]
},
2024-09-05 16:09:17 +00:00
"scripts": {
2024-10-04 15:43:12 +00: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 16:09:17 +00:00
},
"devDependencies": {
2024-10-04 15:43:12 +00:00
"prettier": "^3.2.5",
"turbo": "^2.0.3"
2024-09-28 04:57:35 +00:00
},
2024-10-04 15:43:12 +00:00
"packageManager": "pnpm@9.12.0"
}