{ "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": "^2.0.0-alpha.21" }, "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" }, "dependencies": { "discord.js": "^14.19.3", "node-fetch": "^3.3.2" }, "publishConfig": { "access": "public" } }