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.
37 lines
1.0 KiB
37 lines
1.0 KiB
{
|
|
"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.ts",
|
|
"author": "Amethyst System",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"server": "bun ./server.ts",
|
|
"lint": "astro check && tsc --noEmit",
|
|
"build": "astro build && ./build-index.sh"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^5.1.2",
|
|
"@astrojs/solid-js": "^2.1.1",
|
|
"@shadryx/pptk": "latest",
|
|
"astro": "^2.3.3",
|
|
"boardgame.io": "^0.50.2",
|
|
"dotenv": "^16.3.1",
|
|
"esbuild": "^0.18.14",
|
|
"sass": "^1.62.1",
|
|
"solid-js": "^1.7.8"
|
|
},
|
|
"devDependencies": {
|
|
"@fastify/middie": "^8.3.0",
|
|
"@fastify/static": "^6.10.2",
|
|
"fastify": "^4.18.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@fastify/middie": "^8.3.0",
|
|
"@fastify/static": "^6.10.2",
|
|
"fastify": "^4.18.0"
|
|
}
|
|
}
|