index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 54db50a..1f55bdb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { + "type": "module", "devDependencies": { "esbuild": "^0.20.2", - "esbuild-server": "^0.3.0" + "esbuild-server": "^0.3.0", + "selenium-webdriver": "^4.19.0" }, "dependencies": { "svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom" |