Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aervyon committed Jun 22, 2019
1 parent b59200e commit c85fca7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "nrpc",
"version": "1.0.0",
"description": "A simple but powerful RPC tool for discord",
"name": "jsliam",
"version": "2.0.0",
"description": "A simple, leightweight, powerful, and customizable rich presence tool for Discord.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node -r esm src/main.js"
},
"author": "VoidNulll",
"license": "MIT",
"dependencies": {
"@axonteam/eslint-config": "^2.1.1",
"discord-rpc": "^3.0.2",
"esm": "^3.2.25",
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"jsdoc-to-markdown": "^5.0.0"
"@axonteam/eslint-config": "^2.1.1",
"eslint": "^5.16.0"
}
}

0 comments on commit c85fca7

Please sign in to comment.