{ "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" }, "repository": { "type": "git", "url": "git+https://github.com/PHIDIAS0303/ClusterChatSync" }, "keywords": [ "aperx", "clusterio", "factorio", "discord", "clusterio-plugin" ], "author": "PHIDIAS ", "license": "MIT", "bugs": { "url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues" }, "homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme", "peerDependencies": { "@clusterio/lib": "catalog:" }, "devDependencies": { "@clusterio/lib": "catalog:", "@clusterio/web_ui": "catalog:", "webpack": "catalog:", "webpack-cli": "catalog:", "webpack-merge": "catalog:" }, "dependencies": { "discord.js": "catalog:", "@sinclair/typebox": "catalog:", "node-fetch": "catalog:" }, "publishConfig": { "access": "public" } }