Files
argument.es/package.json
Malin 4b0b9f8f50 chore: remove all Twitch/streaming references
- Remove Twitch link from standings sidebar
- Delete scripts/stream-browser.ts (Twitch streaming script)
- Remove start:stream and start:stream:dryrun npm scripts
- Fix quipslop-export filename fallback in admin.tsx
- Fix hardcoded quipslop.sqlite in check-db.ts
- Rewrite README.md in Spanish, no Twitch mentions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 13:30:58 +01:00

27 lines
545 B
JSON

{
"name": "argument.es",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start": "bun server.ts",
"start:dev": "bun --hot server.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@openrouter/ai-sdk-provider": "^2.2.3",
"ai": "^6.0.94",
"ink": "^6.8.0",
"puppeteer": "^24.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}