Reapply "."

This reverts commit 685260080e.
This commit is contained in:
2025-08-15 20:07:44 +09:00
parent 685260080e
commit 6057a62d50
14 changed files with 364 additions and 470 deletions

View File

@@ -2,7 +2,7 @@
"name": "@phidias0303/clusterio_chat_sync",
"version": "1.0.2",
"description": "One way chat sync",
"main": "info.ts",
"main": "info.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "webpack-cli --env production"
@@ -25,19 +25,19 @@
},
"homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
"peerDependencies": {
"@clusterio/lib": "^2.0.0-alpha.21"
"@clusterio/lib": "catalog:"
},
"devDependencies": {
"@clusterio/lib": "^2.0.0-alpha.21",
"@clusterio/web_ui": "^2.0.0-alpha.21",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
"@clusterio/lib": "catalog:",
"@clusterio/web_ui": "catalog:",
"webpack": "catalog:",
"webpack-cli": "catalog:",
"webpack-merge": "catalog:"
},
"dependencies": {
"discord.js": "^14.19.3",
"@sinclair/typebox": "^0.30.4",
"node-fetch": "^3.3.2"
"discord.js": "catalog:",
"@sinclair/typebox": "catalog:",
"node-fetch": "catalog:"
},
"publishConfig": {
"access": "public"