@mxgnus/slashcommands.js
Version:
A simple discord.js v13 & v14 slash command package
46 lines • 1.27 kB
JSON
{
"name": "@mxgnus/slashcommands.js",
"version": "3.0.3",
"description": "A simple discord.js v13 & v14 slash command package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"colors": "^1.4.0",
"discord-api-types": "^0.37.4",
"discord.js": "^14.3.0"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"prettier": "^2.5.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.5"
},
"scripts": {
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push --set-upstream origin master && git push --tags",
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxgnus-de/slashcommands.js.git"
},
"keywords": [
"slashcommands",
"discord",
"discord.js",
"slash",
"command"
],
"author": "mxgnus",
"license": "ISC",
"bugs": {
"url": "https://github.com/mxgnus-de/slashcommands.js/issues"
},
"homepage": "https://github.com/mxgnus-de/slashcommands.js#readme",
"files": [
"lib/**/*"
]
}