This commit is contained in:
2025-01-17 19:32:03 +09:00
parent 7ab271fb8b
commit 182bccb652
10 changed files with 274 additions and 2 deletions

41
package.json Normal file
View File

@@ -0,0 +1,41 @@
{
"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 <github@aperx.org>",
"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"
}
}