{
  "name": "my-xl-game-source",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run"
  },
  "devDependencies": {
    "@xlibrary/plugin-sdk": "^2.1.0",
    "typescript": "^5.4.2",
    "vitest": "^2.1.9"
  }
}
