{
    "name": "@zimjs/game",
    "version": "2.8.91",
    "description": "Game module for ZIM JavaScript Canvas Framework",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/danzen/zim-game.git"
    },
    "keywords": [
        "canvas",
        "javascript",
        "game",
        "zim",
        "zimjs",
        "leaderboard",
        "isometric",
        "scorer",
        "timer",
        "dialog"
    ],
    "author": "Dr Abstract",
    "license": "MIT",
    "devDependencies": {
        "typescript": "^5.3.3",
        "zimjs": "^17.3.3"
    },
    "peerDependencies": {
        "zimjs": "^17.3.3"
    },
    "bugs": {
        "url": "https://forum.zimjs.com"
    },
    "homepage": "https://github.com/danzen/zim-game#readme"
}