Files
factorio-clusterio-plugin-C…/package.json
2025-08-15 18:32:55 +09:00

46 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": "workspace:^"
},
"devDependencies": {
"@clusterio/lib": "workspace:^",
"@clusterio/web_ui": "workspace:^",
"webpack": "catalog:",
"webpack-cli": "catalog:",
"webpack-merge": "catalog:"
},
"dependencies": {
"discord.js": "catalog:",
"@sinclair/typebox": "catalog:",
"node-fetch": "catalog:"
},
"publishConfig": {
"access": "public"
}
}