This commit is contained in:
2025-08-16 04:07:04 +09:00
parent 76c8b961bc
commit effd713f54

View File

@@ -1,16 +1,17 @@
{ {
"name": "@phidias0303/clusterio_chat_sync", "name": "@phidias0303/clusterio_chat_sync",
"version": "1.0.2", "version": "1.0.2",
"description": "One way chat sync", "description": "One way chat sync. Created with the help of Cooldude2606",
"main": "info.js", "author": "PHIDIAS <phidias@aperx.org>",
"scripts": { "license": "MIT",
"test": "echo \"Error: no test specified\" && exit 1", "homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
"prepare": "webpack-cli --env production"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/PHIDIAS0303/ClusterChatSync" "url": "git+https://github.com/PHIDIAS0303/ClusterChatSync"
}, },
"bugs": {
"url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues"
},
"keywords": [ "keywords": [
"aperx", "aperx",
"clusterio", "clusterio",
@@ -18,12 +19,11 @@
"discord", "discord",
"clusterio-plugin" "clusterio-plugin"
], ],
"author": "PHIDIAS <phidias@aperx.org>", "main": "info.js",
"license": "MIT", "scripts": {
"bugs": { "test": "echo \"Error: no test specified\" && exit 1",
"url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues" "prepare": "webpack-cli --env production"
}, },
"homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
"peerDependencies": { "peerDependencies": {
"@clusterio/lib": "catalog:" "@clusterio/lib": "catalog:"
}, },