deezer-rich-presence/package.json
2024-05-19 16:57:26 +02:00

25 lines
508 B
JSON

{
"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"
}
}