mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
42 lines
1006 B
JSON
42 lines
1006 B
JSON
{
|
|
"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/ClusterChatSync"
|
|
},
|
|
"keywords": [
|
|
"clusterio",
|
|
"factorio",
|
|
"discord"
|
|
],
|
|
"author": "PHIDIAS <github@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.19"
|
|
},
|
|
"devDependencies": {
|
|
"@clusterio/lib": "^2.0.0-alpha.19",
|
|
"@clusterio/web_ui": "^2.0.0-alpha.19",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-merge": "^5.9.0"
|
|
},
|
|
"dependencies": {
|
|
"discord.js": "^14.14.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|