companion/package.json
Claude Code a74c65873f deps-upgrade(deps): ⬆️ Update dependencies to latest versions for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 23:54:14 -07:00

20 lines
487 B
JSON

{
"name": "@companion/root",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@9.0.0",
"scripts": {
"dev": "pnpm --filter @companion/api dev & pnpm --filter @companion/web dev",
"build": "pnpm -r build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm -r lint"
},
"pnpm": {
"ignoredBuiltDependencies": ["unrs-resolver"]
},
"devDependencies": {
"@lilith/configs": "^2.4.1",
"typescript": "^5.0.0"
}
}