feat: add NATS chat sync plugin
Build / build (push) Failing after 57s

This commit is contained in:
dmg
2026-01-29 21:24:23 -05:00
commit bdd9b4bb8b
13 changed files with 608 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "spigot-chat-sync",
"private": true,
"devDependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@semantic-release/exec": "^7.0.0",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^25.0.0"
},
"scripts": {
"semantic-release": "semantic-release"
}
}