diff options
| author | Christopher Gwynn <[email protected]> | 2021-02-01 02:18:26 -0500 |
|---|---|---|
| committer | Christopher Gwynn <[email protected]> | 2021-02-01 02:18:26 -0500 |
| commit | fa746c9aa68c02eb0cfe06e69779c03ca2db079f (patch) | |
| tree | 3afc7a7d792a8cfb2ae8b3a9c0ef883ecf136ed4 /package.json | |
| parent | Add zone key (diff) | |
| download | wizard101-rpc-fa746c9aa68c02eb0cfe06e69779c03ca2db079f.tar.xz wizard101-rpc-fa746c9aa68c02eb0cfe06e69779c03ca2db079f.zip | |
read and print relevant info from logs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index 1f9f7d5..dcc54b1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "wizard101-rpc", - "version": "0.2.0", + "version": "0.3.0", "description": "Discord Rich Presence for Wizard101!", "main": "index.js", "author": "Christopher Gwynn", - "license": "MIT" + "license": "MIT", + "dependencies": { + "discord-rpc": "^3.1.4", + "read-last-line": "^1.1.0" + } } |