UNPKG

discord-utility-package

Version:
35 lines (34 loc) 792 B
{ "name": "discord-utility-package", "version": "1.0.0", "description": "A package that has needed utility commands!", "main": "index.js", "dependencies": { "discord.js": "^12.2.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": "12.x" }, "repository": { "type": "git", "url": "git+https://github.com/TheLastGamer18/discord-utility.git" }, "keywords": [ "utility", "discord.js", "discord-utility" ], "author": "TheLastGamer18", "license": "ISC", "bugs": { "url": "https://github.com/TheLastGamer18/discord-utility/issues" }, "homepage": "https://github.com/TheLastGamer18/discord-utility#readme", "publishConfig": { "access": "public" } }