Files
factorio-clusterio-plugin-C…/package.json
2025-08-14 00:30:16 +09:00

45 lines
1.1 KiB
JSON

{
"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 <phidias@aperx.org>",
"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"
}
}