sdhandler
Version:
A discord.js command handler
38 lines (37 loc) • 794 B
JSON
{
"name": "sdhandler",
"version": "3.0.4",
"description": "A discord.js command handler",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build" : "rm -rf dist/ && tsc",
"start": "tsc && node dist/index.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MihirBhave/sdhandler-v3.git"
},
"keywords": [
"handler",
"commandhandler",
"NodeJS",
"Typescript",
"Discord"
],
"author": "Mihir Bhave",
"license": "MIT",
"bugs": {
"url": "https://github.com/MihirBhave/sdhandler-v3/issues"
},
"homepage": "https://github.com/MihirBhave/sdhandler-v3#readme",
"dependencies": {
"discord.js": "^14.2.0"
},
"devDependencies": {
"typescript" : "^4.7.4"
}
}