@tinypudding/discord-command-editor
Version:
Discord Slash Commands Editor.
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "@tinypudding/discord-command-editor",
"version": "1.0.13",
"description": "Discord Slash Commands Editor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TinyPudding/Discord-Command-Editor.git"
},
"keywords": [
"discord",
"command",
"website",
"express",
"customizable",
"slash-commands",
"editor",
"json"
],
"author": "Yasmin Seidel (JasminDreasond)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TinyPudding/Discord-Command-Editor/issues"
},
"homepage": "https://github.com/TinyPudding/Discord-Command-Editor#readme",
"dependencies": {
"@tinypudding/discord-slash-commands": "^1.0.4",
"@tinypudding/puddy-lib": "^1.1.29",
"body-parser": "^1.19.0",
"for-promise": "^1.3.3",
"lodash": "^4.17.21",
"nunjucks": "^3.2.2"
},
"devDependencies": {
"express": "^4.17.1"
}
}