discordjs-button-helper
Version:
A easy way to use buttons in discord.js
32 lines (31 loc) • 762 B
JSON
{
"name": "discordjs-button-helper",
"description": "A easy way to use buttons in discord.js",
"version": "1.0.2",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NichuNaizam/discordjs-buttons.git"
},
"keywords": [
"DiscordJS",
"DiscordButtons",
"Buttons"
],
"author": "NichuNaizam",
"license": "MIT",
"bugs": {
"url": "https://github.com/NichuNaizam/discordjs-buttons/issues"
},
"homepage": "https://github.com/NichuNaizam/discordjs-buttons#readme",
"dependencies": {
"discord.js": "^13.4.0"
},
"devDependencies": {
"typescript": "^4.5.4"
},
"types": "./types/index.d.ts"
}