@discordkit/tauri 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 +21 -0
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@discordkit/tauri",
3
+ "version": "0.0.0",
4
+ "description": "Tauri adapter for @discordkit/native — run the Discord Social SDK in a Node sidecar and reach it from the webview over a typed kkrpc bridge",
5
+ "keywords": [
6
+ "discord",
7
+ "social-sdk",
8
+ "rich-presence",
9
+ "tauri",
10
+ "sidecar",
11
+ "kkrpc"
12
+ ],
13
+ "license": "MIT",
14
+ "author": "Drake Costa <drake@saeris.gg> (https://saeris.gg)",
15
+ "homepage": "https://github.com/discordkit/discordkit#readme",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/discordkit/discordkit.git",
19
+ "directory": "packages/tauri"
20
+ }
21
+ }