-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.3 KB
/
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
36
37
38
39
40
{
"name": "roon-discord-controller",
"version": "0.2.0",
"description": "Roon Controller via Discord",
"main": "roon-discord-controller.js",
"author": {
"name": "David 'nugget' McNett",
"email": "nugget@macnugget.org",
"url": "https://keybase.io/nugget"
},
"license": "MIT",
"homepage": "https://github.com/nugget/roon-discord-controller/",
"engines": {
"node": ">=12.x"
},
"scripts": {
"start": "node roon-discord-controller.js"
},
"dependencies": {
"discord.js": "^12.1.1",
"install": "^0.13.0",
"node-roon-api": "github:roonlabs/node-roon-api",
"node-roon-api-browse": "github:roonlabs/node-roon-api-browse",
"node-roon-api-image": "github:roonlabs/node-roon-api-image",
"node-roon-api-settings": "github:roonlabs/node-roon-api-settings",
"node-roon-api-status": "github:roonlabs/node-roon-api-status",
"node-roon-api-transport": "github:roonlabs/node-roon-api-transport",
"npm": "^6.14.4"
},
"repository": {
"type": "git",
"url": "https://github.com/nugget/roon-discord-controller.git"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-bump": "^0.8.0",
"prettier": "^2.0.5",
"yarn": "^1.22.4"
}
}