{ "name": "exteramusic", "version": "1.0.0", "description": "Mom can we have Spotify? Mom: we already have spotify at home. Spotify at home:", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p .", "start": "node dist/index.js" }, "author": "extera.xyz", "type": "module", "license": "MIT", "dependencies": { "cors": "^2.8.5", "express": "^4.21.0", "express-async-handler": "^1.2.0", "http-errors": "^2.0.0", "jsonwebtoken": "^9.0.2", "matrix-bot-sdk": "^0.7.1", "md5": "^2.3.0", "node-youtube-music": "^0.10.3", "shelljs": "^0.8.5", "typescript": "^5.6.2", "uuid": "^10.0.0", "yaml": "^2.5.1", "yt-dlp-wrapper": "^1.2.2", "ytmusic-api": "file:../ts-npm-ytmusic-api" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/jsonwebtoken": "^9.0.7", "@types/md5": "^2.3.5", "@types/shelljs": "^0.8.15", "@types/uuid": "^10.0.0" } }