From effd713f54859c5e86f3bda9c9a3905859731c55 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 16 Aug 2025 04:07:04 +0900 Subject: [PATCH] . --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2bc022f..a1b0c18 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { "name": "@phidias0303/clusterio_chat_sync", "version": "1.0.2", - "description": "One way chat sync", - "main": "info.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "prepare": "webpack-cli --env production" - }, + "description": "One way chat sync. Created with the help of Cooldude2606", + "author": "PHIDIAS ", + "license": "MIT", + "homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme", "repository": { "type": "git", "url": "git+https://github.com/PHIDIAS0303/ClusterChatSync" }, + "bugs": { + "url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues" + }, "keywords": [ "aperx", "clusterio", @@ -18,12 +19,11 @@ "discord", "clusterio-plugin" ], - "author": "PHIDIAS ", - "license": "MIT", - "bugs": { - "url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues" + "main": "info.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "prepare": "webpack-cli --env production" }, - "homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme", "peerDependencies": { "@clusterio/lib": "catalog:" },