-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 991 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
37
38
39
40
41
{
"name": "@relagit/discord-rpc",
"main": "dist/plugin.js",
"version": "1.0.3",
"description": "Enables Discord Rich Presence for RelaGit",
"scripts": {
"build": "vite build",
"dev": "vite build -w"
},
"license": "LGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/relagit/discord-rpc.git"
},
"type": "module",
"keywords": [
"relagit",
"discord",
"discord-rpc",
"rich-presence",
"rich",
"presence",
"rpc"
],
"author": "TheCommieAxolotl",
"files": [
"relagit.json",
"dist",
"package.json",
"README.md"
],
"devDependencies": {
"@relagit/vite": "^1.0.0",
"@types/node": "^20.11.5",
"@xhayper/discord-rpc": "^1.1.2",
"discord-api-types": "^0.37.67",
"relagit": "0.12.10-2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}