UNPKG

@reaxion/core

Version:

Core utilities for Reaxion bots including modal and paginator systems.

31 lines 637 B
{ "name": "@reaxion/core", "version": "1.0.1", "description": "Core utilities for Reaxion bots including modal and paginator systems.", "main": "./src/index.js", "type": "module", "files": [ "src/" ], "exports": { ".": "./src/index.js", "./modal": "./src/core/modal.js", "./paginator": "./src/core/paginator.js" }, "scripts": { "start": "node src/index.js", "test": "echo \"No tests specified\" && exit 0" }, "dependencies": { "discord.js": "^14.0.0" }, "keywords": [ "discord", "modals", "paginator", "bot", "reaxion" ], "author": "Xynterical", "license": "MIT" }