-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1011 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
36
{
"name": "discord-presence-roon",
"version": "1.3.0",
"description": "Discord Presence for Roon.",
"homepage": "https://github.com/jtpox/discord-presence-roon",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jian Ting",
"email": "[email protected]",
"url": "https://jtpox.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/jtpox/discord-presence-roon.git"
},
"license": "MIT",
"dependencies": {
"@roonlabs/node-roon-api": "^1.2.3",
"colors": "^1.4.0",
"disconnect": "^1.2.2",
"discord-rpc": "^4.0.1",
"dotenv": "^16.3.1",
"node-roon-api-image": "github:roonlabs/node-roon-api-image",
"node-roon-api-settings": "github:roonlabs/node-roon-api-settings",
"node-roon-api-transport": "github:roonlabs/node-roon-api-transport",
"semver": "^7.5.4",
"tslib": "^2.6.2"
},
"devDependencies": {
"jsdoc": "^4.0.2"
}
}