mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|