forked from Kas-tle/blockbench-rich-presence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.05 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
41
42
{
"name": "discord-rich-presence",
"version": "1.0.0",
"description": "rich presence wrapper for discord-rpc",
"main": "index.js",
"unpkg": "browser.js",
"jsdelivr": "browser.js",
"scripts": {
"build": "webpack",
"build:browser": "webpack",
"prepublishOnly": "env NODE_ENV=production npm run build:browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsnek/discord-rich-presence.git"
},
"keywords": [
"discord",
"rich",
"presence",
"rpc"
],
"author": "snek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devsnek/discord-rich-presence/issues"
},
"homepage": "https://github.com/devsnek/discord-rich-presence#readme",
"dependencies": {
"bufferutil": "^4.0.1",
"discord-rpc": "github:discordjs/rpc",
"electron": "^7.1.1",
"encoding": "^0.1.12",
"register-scheme": "0.0.2",
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}