forked from sushobhith/harbormaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 933 Bytes
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
{
"name": "harbormaster",
"version": "1.0.0",
"description": "Balanced Catan setup generator: board, numbers, fixed ports, and fair pre-assigned starting settlements + roads for 3-6 players. One static file, no build.",
"homepage": "https://harbormaster.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/sushobhith/harbormaster.git"
},
"license": "MIT",
"author": "Sushobhith Sharma",
"keywords": [
"catan",
"settlers-of-catan",
"board-game",
"generator",
"balanced",
"randomizer",
"board-game-tools",
"tabletop"
],
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "node test/test_balance.mjs \"$PWD\" 100 && node test/test_page.mjs \"$PWD\"",
"test:quick": "node test/test_balance.mjs \"$PWD\" 20"
},
"devDependencies": {
"gifenc": "^1.0.3",
"playwright": "^1.61.1",
"pngjs": "^7.0.0"
}
}