summaryrefslogtreecommitdiff
path: root/desktop/node_modules/@xhayper/discord-rpc/package.json
blob: d39f7a9b4d6697a2a2b391be3dbb5f827c2daf34 (plain)
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
{
    "name": "@xhayper/discord-rpc",
    "version": "1.0.24",
    "description": "a fork of discordjs/RPC",
    "main": "dist/index.js",
    "author": "xhayper",
    "license": "ISC",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/xhayper/discord-rpc.git"
    },
    "keywords": [
        "typescript",
        "discord",
        "ipc",
        "rpc",
        "rich-presence",
        "discord-rpc",
        "discord-ipc"
    ],
    "scripts": {
        "build": "del-cli -f dist && tsc",
        "prepack": "pnpm run build"
    },
    "dependencies": {
        "axios": "^1.5.1",
        "ws": "^8.14.2"
    },
    "devDependencies": {
        "@types/node": "^14.*",
        "@types/ws": "^8.5.6",
        "discord-api-types": "^0.37.60",
        "del-cli": "^5.1.0"
    },
    "engines": {
        "node": ">=14.18.0"
    },
    "packageManager": "pnpm@8.9.0"
}