UNPKG

@th3ward3n/djs-menu

Version:

Interactive Command based menu manager, simplify the UX process for any djs bot!

60 lines 1.52 kB
{ "name": "@th3ward3n/djs-menu", "version": "0.1.9", "description": "Interactive Command based menu manager, simplify the UX process for any djs bot!", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "directories": { "lib": "src" }, "files": [ "dist" ], "scripts": { "ts-compile": "tsc", "build": "tsc --noEmit && tsup", "build:dry": "npm run build && npm pack --dry-run", "build:public": "npm run build && npm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "discord", "addon", "unofficial", "app" ], "author": "Th3Ward3n", "funding": { "type": "patreon", "url": "https://www.patreon.com/Th3Ward3n" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/supermedman/wards-djs-addons.git" }, "bugs": { "url": "https://github.com/supermedman/wards-djs-addons/issues" }, "homepage": "https://github.com/supermedman/wards-djs-addons#readme", "peerDependencies": { "discord.js": ">=14.17.0 <14.18.0" }, "devDependencies": { "@types/node": "^22.13.1", "tsup": "^8.3.6", "typescript": "^5.7.3" } }