feat(scripts): npm shortcuts for export and import

This commit is contained in:
Isaac 2025-01-10 01:54:23 +00:00
parent 03f3944d31
commit 9a2912d0d3
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -5,6 +5,8 @@
"description": "The most popular open-source ticket management bot for Discord.", "description": "The most popular open-source ticket management bot for Discord.",
"main": "src/", "main": "src/",
"scripts": { "scripts": {
"bot.export": "node scripts/export.mjs",
"bot.import": "node scripts/export.mjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"contributors:add": "all-contributors add", "contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate", "contributors:generate": "all-contributors generate",