n1cat-discord-script-manager
Version:
A Discord.js plugin for dynamic script management and execution
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "n1cat-discord-script-manager",
"version": "5.4.4",
"description": "A Discord.js plugin for dynamic script management and execution",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"discord.js",
"bot",
"script",
"plugin",
"manager"
],
"author": "n1cat",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"discord.js": "^14.0.0",
"dotenv": "^16.4.1",
"moment": "^2.30.1",
"node-fetch": "^2.7.0"
},
"engines": {
"node": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n1cat/discord-script-manager.git"
},
"bugs": {
"url": "https://github.com/n1cat/discord-script-manager/issues"
},
"homepage": "https://github.com/n1cat/discord-script-manager#readme",
"files": [
"src",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"typescript": "^5.3.3"
}
}