1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-10 04:32:35 +01:00
spacebarchat/rpc/package.json
2021-05-01 16:26:50 +02:00

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