UNPKG

downtils

Version:

Utilities for the downsided bot

30 lines (29 loc) 623 B
{ "name": "downtils", "version": "1.1.0", "description": "Utilities for the downsided bot", "main": "dist/index.js", "scripts": { "test": "node dist/index.js", "test-bot": "nodemon dist/test/index.js", "watch": "tsc -w" }, "keywords": [ "upsided" ], "author": "GPL-3.0-or-later", "license": "ISC", "dependencies": { "@discordjs/builders": "^0.15.0", "@types/ms": "^0.7.31", "@types/node": "^18.0.0", "axios": "^0.27.2", "chalk": "^5.0.1", "discord.js": "^13.8.1", "ms": "^2.1.3" }, "type": "module", "devDependencies": { "dotenv": "^16.0.1" } }