Improve L2 market parsing and data handling

This commit is contained in:
2026-08-11 22:24:36 +03:00
parent de41230b9b
commit af9cd1e92d
58 changed files with 2474 additions and 444 deletions
+4 -1
View File
@@ -6,13 +6,16 @@
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "vite build",
"test": "node --test"
"test": "node --test",
"test:fixtures": "playwright test",
"check": "npm test && npm run test:fixtures && npm run build && git diff --check"
},
"dependencies": {
"@techstark/opencv-js": "5.0.0-release.1",
"tesseract.js": "7.0.0"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"vite": "^7.3.6"
}
}