-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 823 Bytes
/
package.json
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
32
33
34
35
{
"name": "applemusicdiscordrpc",
"version": "1.1.0",
"bin": "./index.js",
"description": "Apple Music Discord Rich Presence Program",
"main": "index.js",
"dependencies": {
"discord-rpc": "^4.0.1",
"itunes-bridge": "^0.6.7",
"searchitunes": "^2.5.1",
"@tbogard/itunes-search": "^1.2.6"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "/~https://github.com/justiceserv/AppleMusicDiscordRPC.git"
},
"keywords": [
"applemusic",
"discord",
"rpc"
],
"author": "justiceserv",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/justiceserv/AppleMusicDiscordRPC/issues"
},
"homepage": "/~https://github.com/justiceserv/AppleMusicDiscordRPC#readme",
"engines": {
"node": ">=8.0.0"
}
}