forked from clusterio/universal_edges
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "universal_edges",
"version": "1.1.1",
"description": "Plugin for seamless belts, fluids, electricity and trains between clusterio instances",
"main": "dist/node/index.js",
"scripts": {
"prepare": "tsc --build ./tsconfig.node.json && webpack-cli --env production && node ./build.js",
"buildmod": "node ./build.js",
"watch": "tsc --build --watch",
"cloc": "cloc --exclude-dir=node_modules,dist .",
"lint": "eslint \"*.ts\" \"src/**/*\" \"web/**/*\" --fix",
"luacheck": "luacheck module",
"test": "spaces-to-tabs -s 4 module/**.lua module/**/**.lua module/**/**/**.lua && npm run lint && npm run luacheck"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@clusterio/controller": "^2.0.0-alpha.22b",
"@clusterio/host": "^2.0.0-alpha.22b",
"@clusterio/lib": "^2.0.0-alpha.22b",
"@clusterio/web_ui": "^2.0.0-alpha.22b"
},
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@swc/wasm": "^1.5.24",
"@types/node": "^20.4.5",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"antd": "^5.13.0",
"eslint": "^8.4.1",
"eslint-plugin-node": "^11.1.0",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"klaw": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"spaces-to-tabs": "^0.0.3",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@sinclair/typebox": "^0.30.4"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"clusterio",
"clusterio-plugin",
"factorio"
]
}