Files
sase.tr/ralph-vin-test/package.json
Sase Dev 24c8f066d5 chore: add SEO audit skill, EMEX migration plan, VIN test harness, and knowledge docs
- Add .agents/skills/seo-audit + .claude/skills/seo-audit skill
- Add .claude/plans/emex-mysql-to-postgres.md migration plan
- Add ralph-vin-test/ VIN decode test harness with progress tracking
- Add knowledge.md, postalMail.txt, ralpRapor.md reference docs
- Update scripts screenshots (quickgroups-tree, vehicles-page)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 19:52:45 +00:00

17 lines
297 B
JSON

{
"name": "ralph-vin-test",
"private": true,
"type": "module",
"scripts": {
"test": "npx tsx test-vin.ts",
"test:all": "npx tsx run-all-vins.ts"
},
"dependencies": {
"playwright": "^1.50.0"
},
"devDependencies": {
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}