detritus-client
Version:
A Typescript NodeJS library to interact with Discord's API, both Rest and Gateway.
61 lines (60 loc) • 1.44 kB
JSON
{
"author": "cakedan",
"bugs": {
"url": "https://github.com/detritusjs/client/issues"
},
"dependencies": {
"@types/node": "^14.17.2",
"@types/node-fetch": "^2.5.10",
"detritus-client-rest": "^0.10.5-beta.1",
"detritus-client-socket": "^0.8.3-beta.0",
"detritus-utils": "^0.4.0"
},
"description": "A Typescript NodeJS library to interact with Discord's API, both Rest and Gateway.",
"devDependencies": {
"typedoc": "^0.20.36",
"typescript": "4.2.x"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/detritusjs/client#readme",
"keywords": [
"discord",
"full",
"library",
"nodejs",
"typescript"
],
"license": "BSD-2-Clause",
"main": "lib/index.js",
"name": "detritus-client",
"peerDependencies": {
"@discordjs/opus": "^0.4.0",
"node-opus": "^0.3.3",
"opusscript": "^0.0.7"
},
"peerDependenciesMeta": {
"@discordjs/opus": {
"optional": true
},
"node-opus": {
"optional": true
},
"opusscript": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/detritusjs/client.git"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"typedoc": "typedoc"
},
"types": "lib/index.d.ts",
"version": "0.16.3"
}