{ "name": "muzick-worker", "version": "0.1.0", "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "repair:metadata": "node dist/scripts/repair-corrupted-metadata.js", "split:artists": "tsx src/scripts/split-collab-artists.ts", "prebuild": "tsc --noEmit", "build": "tsc" }, "dependencies": { "bullmq": "^5.1.0", "essentia.js": "^0.1.3", "music-metadata": "^7.11.0", "pg": "^8.21.0", "redis": "^5.0.0", "socks-proxy-agent": "^10.0.0", "typesense": "^3.0.6" }, "devDependencies": { "@types/node": "^20.10.0", "@types/pg": "^8.20.0", "tsx": "^4.6.2", "typescript": "^5.3.3" } }