mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
Co-authored-by: Hannah Lindrob <hannahlindrob@ourlook.com> Co-authored-by: Sapphire <imsapphire0@gmail.com>
24 lines
609 B
JSON
24 lines
609 B
JSON
{
|
|
"name": "slimevr",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.12.2",
|
|
"workspaces": [
|
|
"solarxr-protocol",
|
|
"gui"
|
|
],
|
|
"scripts": {
|
|
"gui": "pnpm run update-solarxr && cd gui && pnpm run gui",
|
|
"lint:fix": "cd gui && pnpm lint:fix",
|
|
"skipbundler": "cd gui && pnpm run skipbundler",
|
|
"build": "cd gui && pnpm build",
|
|
"update-solarxr": "cd solarxr-protocol && pnpm run build",
|
|
"prepare": "husky && pnpm run update-solarxr",
|
|
"preinstall": "npx only-allow pnpm"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^15.2.10"
|
|
}
|
|
}
|