{ "name": "@sern/publisher", "version": "1.1.5", "description": "Publish commands in sern with ease!", "main": "dist/index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "exit 0" }, "devDependencies": { "@sern/handler": "^4.2.4", "discord.js": "^14.21.0", "vitest": "^1.2.2" }, "keywords": [], "author": "", "license": "ISC", "publishConfig": { "access": "public" } }