This commit is contained in:
2025-01-17 19:33:23 +09:00
parent 182bccb652
commit 271773c3b8

View File

@@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/PHIDIAS0303" "url": "git+https://github.com/PHIDIAS0303/ClusterChatSync"
}, },
"keywords": [ "keywords": [
"clusterio", "clusterio",
@@ -19,15 +19,15 @@
"author": "PHIDIAS <github@aperx.org>", "author": "PHIDIAS <github@aperx.org>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/PHIDIAS0303/issues" "url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues"
}, },
"homepage": "https://github.com/PHIDIAS0303#readme", "homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
"peerDependencies": { "peerDependencies": {
"@clusterio/lib": "^2.0.0-alpha.14" "@clusterio/lib": "^2.0.0-alpha.19"
}, },
"devDependencies": { "devDependencies": {
"@clusterio/lib": "^2.0.0-alpha.14", "@clusterio/lib": "^2.0.0-alpha.19",
"@clusterio/web_ui": "^2.0.0-alpha.14", "@clusterio/web_ui": "^2.0.0-alpha.19",
"webpack": "^5.88.2", "webpack": "^5.88.2",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0" "webpack-merge": "^5.9.0"