Files
tools/packages/publisher/package.json
Peter-MJ-Parker fe191d3305 edit version: new minor
New minor version of publisher for easier to read types.
2024-07-20 19:33:34 -05:00

24 lines
461 B
JSON

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