diff options
Diffstat (limited to 'desktop/node_modules/@xhayper/discord-rpc/package.json')
-rw-r--r-- | desktop/node_modules/@xhayper/discord-rpc/package.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/desktop/node_modules/@xhayper/discord-rpc/package.json b/desktop/node_modules/@xhayper/discord-rpc/package.json new file mode 100644 index 0000000..d39f7a9 --- /dev/null +++ b/desktop/node_modules/@xhayper/discord-rpc/package.json @@ -0,0 +1,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" +} |