mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
20
package.json
20
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@phidias0303/clusterio_chat_sync",
|
||||
"version": "1.0.2",
|
||||
"description": "One way chat sync",
|
||||
"main": "info.ts",
|
||||
"main": "info.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepare": "webpack-cli --env production"
|
||||
@@ -25,19 +25,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme",
|
||||
"peerDependencies": {
|
||||
"@clusterio/lib": "^2.0.0-alpha.21"
|
||||
"@clusterio/lib": "catalog:"
|
||||
},
|
||||
"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"
|
||||
"@clusterio/lib": "catalog:",
|
||||
"@clusterio/web_ui": "catalog:",
|
||||
"webpack": "catalog:",
|
||||
"webpack-cli": "catalog:",
|
||||
"webpack-merge": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.19.3",
|
||||
"@sinclair/typebox": "^0.30.4",
|
||||
"node-fetch": "^3.3.2"
|
||||
"discord.js": "catalog:",
|
||||
"@sinclair/typebox": "catalog:",
|
||||
"node-fetch": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user