gridlords
Version:
Gridlords — a brutal minimalist turn-based strategy war game for the terminal, featuring PvP and AI (Gemini) modes.
57 lines • 1.47 kB
JSON
{
"name": "gridlords",
"version": "1.0.7",
"description": "Gridlords — a brutal minimalist turn-based strategy war game for the terminal, featuring PvP and AI (Gemini) modes.",
"main": "dist/gridlords.js",
"bin": {
"gridlords": "dist/gridlords.js"
},
"scripts": {
"dev": "tsx src/gridlords.ts",
"build": "tsc",
"start": "node dist/gridlords.js",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"test": "echo \"No tests yet — the battlefield doesn't wait.\" && exit 0"
},
"keywords": [
"strategy",
"terminal",
"ascii",
"cli",
"game",
"typescript",
"nodejs",
"ai",
"pvp",
"pve",
"grid",
"gridlords",
"turn-based",
"gemini",
"tactical",
"battle"
],
"author": {
"name": "byomess",
"email": "byomess@proton.me",
"url": "https://github.com/byomess"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byomess/gridlords.git"
},
"bugs": {
"url": "https://github.com/byomess/gridlords/issues"
},
"homepage": "https://github.com/byomess/gridlords#readme",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^22.15.2",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
}
}