discord-starboard-plus
Version:
Discord Starboard Plus: A clean, maintainable starboard system for Discord.js bots. Features per-guild configuration, TypeScript support. Highlight your community's favorite messages with customizable starboards.
64 lines (63 loc) • 1.55 kB
JSON
{
"name": "discord-starboard-plus",
"version": "4.0.0",
"description": "Discord Starboard Plus: A clean, maintainable starboard system for Discord.js bots. Features per-guild configuration, TypeScript support. Highlight your community's favorite messages with customizable starboards.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"starboard",
"discord.js",
"typescript",
"clean-code",
"community",
"highlight",
"pin",
"message",
"reaction",
"bot",
"discord-bot",
"discord-starboard",
"starboard-discord",
"djs-starboard",
"discord-starboard-plus",
"starboard-system",
"discord-js"
],
"author": "glamgar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/glamgar/discord-starboard-plus"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"discord.js": "^14.25.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.0"
}
}