discord-folders
Version:
A simple and lightweight discord bot framework using based on your filesystem
38 lines (37 loc) • 829 B
JSON
{
"name": "discord-folders",
"version": "0.0.95",
"description": "A simple and lightweight discord bot framework using based on your filesystem",
"main": "./src/index.js",
"scripts": {
"test": "node console.log(\"working\");"
},
"keywords": [
"discord",
"discord-bots",
"bots",
"filesystem"
],
"author": "Bagel03",
"license": "ISC",
"dependencies": {
"@types/node": "^14.14.22",
"colors": "^1.4.0",
"discord.js": "^13.1.0"
},
"exports": {
".": [
{
"require": "./src/index.js",
"import": "./src/index.mjs"
},
"./src/index.js"
],
"./esm": "./src/index.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/Bagel03/discord-folders.git"
},
"devDependencies": {}
}