-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "MPC-DiscordRPC",
"version": "0.5.0",
"main": "index.js",
"repository": "https://github.com/angeloanan/MPC-DiscordRPC.git",
"bugs": "https://github.com/angeloanan/MPC-DiscordRPC/issues",
"author": "angeloanan <anandavid2002@gmail.com>",
"contributors": [
"Der-Eddy (https://www.eddy-dev.net)",
"Lucas Miranda <liddack@outlook.com>",
"MaciejGorczyca (https://github.com/MaciejGorczyca)"
],
"os": [
"win32"
],
"engines": {
"node": ">=8.3.0"
},
"scripts": {
"start": "del /F /Q mpc-discordrpc.log && pm2 start pm2.config.js",
"stop": "pm2 delete mpc-discordrpc"
},
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"discord-rpc": "^4.0.1",
"fancy-log": "^1.3.2",
"jsdom": "^11.6.2",
"pm2": "^5.1.2"
}
}