aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2ec63a36e6307c82920de7106a5775617163fc41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "wizard101-rpc",
  "version": "1.0.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"
  }
}