chore: Add dependencies and configs for Podman setup

- Updated kraiken-lib tsconfig and yarn.lock
- Added package.json with playwright-mcp dependency
- Updated uni-v3-lib submodule

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root 2025-09-24 12:12:38 +00:00
parent ea27fcb722
commit 41700e72da
4 changed files with 4122 additions and 7 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"devDependencies": {
"@playwright/test": "^1.55.1",
"playwright-mcp": "^0.0.12"
}
}