{
  "name": "fraxel",
  "version": "0.1.0-alpha.9",
  "type": "module",
  "description": "A modern node-based 2D game engine for the web powered by JSX and fine-grained reactivity",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.mjs",
    "./jsx-runtime": "./dist/jsx-runtime.mjs",
    "./jsx-dev-runtime": "./dist/jsx-dev-runtime.mjs"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "pnpm build && pnpm -w lint"
  },
  "devDependencies": {
    "tsdown": "^0.22.5",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "game-engine",
    "2d",
    "canvas",
    "jsx",
    "typescript",
    "signals",
    "reactivity",
    "browser"
  ],
  "author": "José Sánchez",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanchedev/fraxel.git"
  },
  "bugs": {
    "url": "https://github.com/sanchedev/fraxel/issues"
  },
  "homepage": "https://github.com/sanchedev/fraxel#readme",
  "engines": {
    "node": ">=22"
  },
  "packageManager": "pnpm@11.19.0",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
