@reaxion/utils
Version:
Core utilities for Reaxion: channels, threads, roles, categories
37 lines • 882 B
JSON
{
"name": "@reaxion/utils",
"version": "1.0.5",
"description": "Core utilities for Reaxion: channels, threads, roles, categories",
"type": "module",
"main": "./src/index.js",
"files": [
"src/"
],
"exports": {
".": "./src/index.js",
"./core": "./src/core/index.js",
"./channelUtils": "./src/core/channelUtils.js",
"./categoryUtils": "./src/core/categoryUtils.js",
"./roleUtils": "./src/core/roleUtils.js",
"./threadUtils": "./src/core/threadUtils.js",
"./registry": "./src/core/registry.js"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"discord.js": "^14.0.0"
},
"peerDependencies": {
"@reaxion/core": ">=1.0.0"
},
"keywords": [
"discord",
"bot",
"reaxion",
"utils"
],
"author": "Xynterical",
"license": "MIT"
}