mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@expcluster/permission-groups",
|
|
"version": "0.1.0",
|
|
"description": "Clusterio plugin providing syncing of permission groups",
|
|
"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/controller": "workspace:^",
|
|
"@clusterio/host": "workspace:^",
|
|
"@clusterio/lib": "workspace:^",
|
|
"@clusterio/web_ui": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^6.2.3",
|
|
"@clusterio/controller": "workspace:^",
|
|
"@clusterio/host": "workspace:^",
|
|
"@clusterio/lib": "workspace:^",
|
|
"@clusterio/web_ui": "workspace:^",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"antd": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-router-dom": "catalog:",
|
|
"typescript": "catalog:",
|
|
"webpack": "catalog:",
|
|
"webpack-cli": "catalog:",
|
|
"webpack-merge": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "catalog:"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"clusterio",
|
|
"clusterio-plugin",
|
|
"factorio"
|
|
]
|
|
} |