Created
March 25, 2021 10:38
-
-
Save MrMcyeet/488b6d30522cc56a3bae6e73ce76e631 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "arpc", | |
| "version": "1.0.0", | |
| "description": "an automated discord RPC builder made by MrMcyeet <3", | |
| "main": "index.js", | |
| "author": "MrMcyeet", | |
| "license": "ISC", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "discord-rpc": "3.1.4" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment