55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"name": "lumi-bot",
|
|
"version": "0.3.9",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node run.js",
|
|
"run": "node run.js",
|
|
"verify:all": "node scripts/verify-all.js",
|
|
"verify:preflight": "node scripts/verify-preflight.js",
|
|
"verify:safe-files": "node scripts/verify-safe-files.js",
|
|
"verify:uploads": "node scripts/verify-upload-security.js",
|
|
"verify:updates": "node scripts/verify-release-metadata.js && node scripts/verify-update-system.js",
|
|
"verify:diagnostics": "node scripts/verify-production-diagnostics.js",
|
|
"diagnostics:production": "node scripts/production-diagnostics-client.js",
|
|
"verify:web-auth": "node scripts/verify-web-auth.js",
|
|
"verify:destructive-actions": "node scripts/verify-destructive-actions.js",
|
|
"verify:overlays": "node scripts/verify-overlays.js",
|
|
"verify:stream-testing": "node scripts/verify-stream-testing.js",
|
|
"verify:ux": "node scripts/verify-ux-foundation.js",
|
|
"test:ui": "playwright test",
|
|
"test:ui:update": "playwright test --update-snapshots",
|
|
"verify:webui": "node scripts/verify-webui.js && node scripts/verify-destructive-actions.js",
|
|
"benchmark:okf": "node scripts/benchmark-okf-search.js",
|
|
"verify:content": "node scripts/verify-content-library.js",
|
|
"verify:transcription": "node plugins/lumi_transcription/tests/verify.js",
|
|
"verify:companion-overlay": "node plugins/lumi_overlay/tests/verify.js",
|
|
"verify:auto-vc": "node plugins/auto-vc/tests/verify.js",
|
|
"verify:dev-updates": "node scripts/verify-local-development-updates.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.6.0",
|
|
"better-sqlite3": "^11.5.0",
|
|
"better-sqlite3-session-store": "^0.1.0",
|
|
"discord.js": "^13.17.1",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"express-session": "^1.18.1",
|
|
"hls.js": "^1.6.16",
|
|
"multer": "^2.2.0",
|
|
"tmi.js": "^1.8.5",
|
|
"ws": "^8.21.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"obs-websocket-js": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@axe-core/playwright": "^4.12.1",
|
|
"@playwright/test": "^1.61.1"
|
|
}
|
|
}
|