-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "gridworld",
"version": "3.0.0",
"description": "Clusterio plugin for infinite tiled Factorio worlds",
"main": "dist/node/index.js",
"scripts": {
"prepare": "tsc --build && webpack-cli --mode production",
"test": "echo \"Error: run tests from root\" && exit 1",
"watch": "tsc --build --watch"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@clusterio/controller": "^2.0.0-alpha.0",
"@clusterio/host": "^2.0.0-alpha.0",
"@clusterio/lib": "^2.0.0-alpha.0",
"@clusterio/web_ui": "^2.0.0-alpha.0"
},
"devDependencies": {
"@clusterio/controller": "^2.0.0-alpha.0",
"@clusterio/lib": "^2.0.0-alpha.0",
"@clusterio/web_ui": "^2.0.0-alpha.0",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"antd": "^5.24.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.7.3",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
"dependencies": {
"@sinclair/typebox": "^0.30.4"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"clusterio",
"clusterio-plugin",
"factorio"
]
}