aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c62118a00dd69d01f35238caa17cb5a4af40f989 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "wizrpc",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "discord-rpc": "^3.0.0"
  }
}