mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"name": "openhuman-repo",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
|
|
"resolutions": {
|
|
"@tauri-apps/api": "2.10.1"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm --filter openhuman-app build",
|
|
"compile": "pnpm --filter openhuman-app compile",
|
|
"dev": "pnpm --filter openhuman-app dev",
|
|
"dev:app": "pnpm --filter openhuman-app dev:app",
|
|
"dev:app:win": "pnpm --filter openhuman-app dev:app:win",
|
|
"dev:cef": "pnpm --filter openhuman-app dev:cef",
|
|
"format": "pnpm --filter openhuman-app format",
|
|
"format:check": "pnpm --filter openhuman-app format:check",
|
|
"knip": "pnpm --filter openhuman-app knip",
|
|
"knip:production": "pnpm --filter openhuman-app knip:production",
|
|
"lint": "pnpm --filter openhuman-app lint",
|
|
"lint:fix": "pnpm --filter openhuman-app lint:fix",
|
|
"prepare": "husky",
|
|
"postinstall": "husky",
|
|
"tauri": "pnpm --filter openhuman-app tauri",
|
|
"test": "pnpm --filter openhuman-app test",
|
|
"test:coverage": "pnpm --filter openhuman-app test:coverage",
|
|
"test:rust": "pnpm --filter openhuman-app test:rust",
|
|
"mock:api": "node scripts/mock-api-server.mjs",
|
|
"review": "bash scripts/review/cli.sh",
|
|
"work": "bash scripts/work/cli.sh",
|
|
"debug": "bash scripts/debug/cli.sh",
|
|
"test:install-ps1": "pwsh -NoProfile -File scripts/tests/OpenHumanWindowsInstall.Tests.ps1",
|
|
"rust:check": "pnpm --filter openhuman-app rust:check",
|
|
"typecheck": "pnpm --filter openhuman-app compile"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.7",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "2.10.1"
|
|
}
|
|
}
|