mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
* Update package.json * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@expcluster/scenario",
|
|
"version": "0.1.0",
|
|
"description": "Clusterio plugin implementing the Explosive Gaming scenario.",
|
|
"author": "Cooldude2606 <https://github.com/Cooldude2606>",
|
|
"license": "MIT",
|
|
"repository": "explosivegaming/ExpCluster",
|
|
"main": "dist/node/index.js",
|
|
"scripts": {
|
|
"prepare": "tsc --build && webpack-cli --env production"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@clusterio/lib": "^2.0.0-alpha.19"
|
|
},
|
|
"devDependencies": {
|
|
"@clusterio/lib": "^2.0.0-alpha.20",
|
|
"@clusterio/web_ui": "^2.0.0-alpha.20.b",
|
|
"@types/node": "^20.4.5",
|
|
"@types/react": "^18.2.21",
|
|
"antd": "^5.13.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"typescript": "^5.5.3",
|
|
"webpack": "^5.98.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-merge": "^5.9.0"
|
|
},
|
|
"dependencies": {
|
|
"@expcluster/lib_commands": "workspace:*",
|
|
"@expcluster/lib_util": "workspace:*",
|
|
"@sinclair/typebox": "^0.30.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"clusterio",
|
|
"clusterio-plugin",
|
|
"factorio"
|
|
]
|
|
}
|