{ "name": "@phidias0303/chat_sync", "version": "1.0.0", "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" }, "keywords": [ "clusterio", "factorio", "discord" ], "author": "PHIDIAS ", "license": "MIT", "bugs": { "url": "https://github.com/PHIDIAS0303/issues" }, "homepage": "https://github.com/PHIDIAS0303#readme", "peerDependencies": { "@clusterio/lib": "^2.0.0-alpha.14" }, "devDependencies": { "@clusterio/lib": "^2.0.0-alpha.14", "@clusterio/web_ui": "^2.0.0-alpha.14", "webpack": "^5.88.2", "webpack-cli": "^5.1.4", "webpack-merge": "^5.9.0" }, "dependencies": { "discord.js": "^14.14.1" }, "publishConfig": { "access": "public" } }