discord-voice
Version:
A complete framework to facilitate the tracking of user voice time using discord.js
69 lines (68 loc) • 1.37 kB
JSON
{
"name": "discord-voice",
"types": "typings/index.d.ts",
"files": [
"src/",
"typings/"
],
"scripts": {
"gpr": "node scripts/gpr.js",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json"
},
"version": "2.0.6",
"description": "A complete framework to facilitate the tracking of user voice time using discord.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lebyy/discord-voice.git"
},
"funding": {
"type": "individual",
"url": "https://ko-fi.com/lebyy"
},
"keywords": [
"discord",
"economy",
"discord.js",
"bot",
"bots",
"leveling",
"levels",
"discord-levels",
"discord-xp",
"xp",
"mongo",
"mongoose",
"mongodb",
"discord-economy",
"discord-eco",
"framework",
"discord-messages",
"code",
"npm",
"messages",
"discord-voice",
"voice tracker",
"voice",
"ms",
"discordvoice"
],
"author": "lebyy_dev",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Lebyy/discord-voice/issues"
},
"homepage": "https://discord-voice.js.org",
"dependencies": {
"deepmerge": "^4.2.2",
"lodash": "^4.17.21",
"serialize-javascript": "^6.0.0"
},
"devDependencies": {
"@discordjs/docgen": "github:discordjs/docgen",
"@types/node": "^14.0.5",
"discord.js": "^13.1.0",
"eslint": "^7.6.0",
"typescript": "^4.2.3"
}
}