-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1009 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sitcommunity/discord-rpc",
"version": "0.0.0",
"description": "Discord-RPC is a powerful library developed by SITCommunity that enables developers to seamlessly integrate Rich Presence functionality into Discord applications or from Client ID",
"private": true,
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SITCommunity/discord-rpc.git"
},
"keywords": [
"discord-rpc",
"discord",
"javascript"
],
"bugs": {
"url": "https://github.com/SITCommunity/discord-rpc/issues"
},
"contributors": [
"BrokenEdtz <brokenedtz@cyrateam.xyz>"
],
"author": "brokenedtz",
"license": "MIT",
"homepage": "https://cyrateam.xyz/project/discord-rpc",
"funding": "https://github.com/SITCommunity/discord-rpc?sponsor",
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.0.14",
"typescript": "^5.6.3"
},
"type": "module",
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.8.0"
}