discord-rpc/package.json

16 lines
297 B
JSON
Raw Normal View History

2021-05-30 06:15:37 +02:00
{
"name": "RPC-Night",
"version": "1.0.0",
"description": "Discord Rich Presence",
"main": "index.js",
"dependencies": {
2023-03-20 12:09:57 +01:00
"discord-rpc": "^4.0.1"
2021-05-30 06:15:37 +02:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}