mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-10 04:32:35 +01:00
16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"name": "rpc",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord-rpc": "github:discordjs/rpc",
|
|
"pm2": "^4.5.4"
|
|
}
|
|
}
|