{ "name": "deezer-rpc", "version": "1.0.0", "description": "", "type": "module", "main": "out/index.js", "scripts": { "dev": "rm -rf out && tsc-watch --onSuccess 'node out'", "build": "rm -rf out && tsc", "start": "node out" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/discord-rpc": "^4.0.8", "tsc-watch": "^6.2.0", "typescript": "^5.4.5" }, "dependencies": { "dbus-next": "^0.10.2", "discord-rpc": "^4.0.1" } }