aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: dcb430fabae466a76b97c3292171198bc592aecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "wizard101-rpc",
  "version": "0.5.0",
  "description": "Discord Rich Presence for Wizard101!",
  "main": "index.js",
  "author": "Christopher Gwynn",
  "license": "MIT",
  "dependencies": {
    "discord-rpc": "discordjs/rpc",
    "read-last-lines": "^1.8.0"
  }
}