You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "across-the-hex",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A multiplayer strategy game played on a hex grid, focused on expansion and extermination",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "Amethyst System",
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"lint": "astro check",
|
|
|
|
"build": "astro build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/node": "^5.1.2",
|
|
|
|
"@astrojs/solid-js": "^2.1.1",
|
|
|
|
"astro": "^2.3.3",
|
|
|
|
"boardgame.io": "^0.50.2",
|
|
|
|
"sass": "^1.62.1",
|
|
|
|
"solid-js": "^1.7.8",
|
|
|
|
"@shadryx/pptk": "latest"
|
|
|
|
}
|
|
|
|
}
|