UNPKG

discore.js

Version:

Discord.js-based powerful node.js module to interact with Discord API.

38 lines (37 loc) 835 B
{ "name": "discore.js", "version": "1.4.5", "main": "./src/index.js", "types": "./src/index.d.ts", "scripts": {}, "author": "Zargovv (Max Zargov)", "license": "MIT", "dependencies": { "discord.js": "12.5.1", "mongoose": "5.11.12", "mysql": "2.18.1" }, "repository": { "type": "git", "url": "git+https://github.com/zargovv/discore.js.git" }, "keywords": [ "discord", "discord.js", "discore", "discore.js", "js", ".js", "bot", "core" ], "bugs": { "url": "https://github.com/zargovv/discore.js/issues" }, "homepage": "https://github.com/zargovv/discore.js#readme", "description": "Discord.js-based powerful node.js module to interact with Discord API.", "devDependencies": { "@types/mongoose": "^5.10.3", "@types/node": "^14.14.21" } }