@discordkit/electron 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +20 -0
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@discordkit/electron",
3
+ "version": "0.0.0",
4
+ "description": "Electron adapter for @discordkit/native — run the Discord Social SDK in the main process and reach it from the renderer over a typed IPC bridge",
5
+ "keywords": [
6
+ "discord",
7
+ "social-sdk",
8
+ "rich-presence",
9
+ "electron",
10
+ "ipc"
11
+ ],
12
+ "license": "MIT",
13
+ "author": "Drake Costa <drake@saeris.gg> (https://saeris.gg)",
14
+ "homepage": "https://github.com/discordkit/discordkit#readme",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/discordkit/discordkit.git",
18
+ "directory": "packages/electron"
19
+ }
20
+ }