mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
45 lines
1.0 KiB
JSON
45 lines
1.0 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": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@clusterio/lib": "catalog:",
|
|
"@clusterio/web_ui": "catalog:",
|
|
"webpack": "catalog:",
|
|
"webpack-cli": "catalog:",
|
|
"webpack-merge": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "catalog:",
|
|
"node-fetch": "catalog:"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|