UNPKG

detritus-client-socket

Version:

A TypeScript NodeJS library to interact with Discord's Gateway

71 lines (70 loc) 1.55 kB
{ "name": "detritus-client-socket", "version": "0.8.3", "description": "A TypeScript NodeJS library to interact with Discord's Gateway", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "dependencies": { "@types/node": "^14.17.1", "detritus-utils": "^0.4.0", "ws": "^7.4.6" }, "devDependencies": { "typedoc": "^0.20.36", "typescript": "^4.2.4" }, "peerDependencies": { "erlpack": "^0.1.3", "libsodium-wrappers": "^0.7.8", "pako": "^1.0.11", "sodium": "^3.0.2", "tweetnacl": "^1.0.3", "uws": "10.148.1" }, "peerDependenciesMeta": { "erlpack": { "optional": true }, "libsodium-wrappers": { "optional": true }, "pako": { "optional": true }, "sodium": { "optional": true }, "tweetnacl": { "optional": true }, "uws": { "optional": true } }, "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build", "typedoc": "typedoc" }, "repository": { "type": "git", "url": "git+https://github.com/detritusjs/client-socket.git" }, "keywords": [ "discord", "gateway", "library", "nodejs", "typescript" ], "author": "cakedan", "license": "MIT", "bugs": { "url": "https://github.com/detritusjs/client-socket/issues" }, "homepage": "https://github.com/detritusjs/client-socket#readme" }