Files
factorio-clusterio-plugin-C…/package.json
2025-01-17 19:32:03 +09:00

42 lines
958 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"
},
"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"
}
}