UNPKG

@xhayper/discord-rpc

Version:
47 lines (46 loc) 1.17 kB
{ "name": "@xhayper/discord-rpc", "version": "1.3.4", "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" }, "bugs": { "url": "https://github.com/xhayper/discord-rpc/issues" }, "homepage": "https://github.com/xhayper/discord-rpc#readme", "keywords": [ "typescript", "discord", "ipc", "rpc", "rich-presence", "discord-rpc", "discord-ipc" ], "scripts": { "build": "rimraf dist && tsc", "prepack": "pnpm run build" }, "dependencies": { "@discordjs/rest": "^2.6.1", "@vladfrangu/async_event_emitter": "^2.4.7", "discord-api-types": "^0.38.47", "ws": "^8.20.0" }, "devDependencies": { "@sapphire/ts-config": "^5.0.3", "@types/node": "^20", "@types/ws": "^8.18.1", "rimraf": "^6.1.3", "typescript": "^6.0.3" }, "engines": { "node": ">=20" } }