SPB Git forge

spb/spinza

Public
8commits 1branches 0releases
1.6 MBsize
maindefault branch
16 days agolast push
TypeScript 97.6% SQL 1.4% JavaScript 0.5%
498 B · 25 lines json
Raw Blame History
1{2  "name": "@spinza/game-core",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "main": "./src/index.ts",7  "types": "./src/index.ts",8  "exports": {9    ".": "./src/index.ts",10    "./client": "./src/client.ts"11  },12  "scripts": {13    "typecheck": "tsc -p tsconfig.json --noEmit",14    "test": "vitest run"15  },16  "dependencies": {17    "@spinza/shared": "workspace:*"18  },19  "devDependencies": {20    "@types/node": "^24.0.0",21    "typescript": "^5.9.3",22    "vitest": "^3.2.0"23  }24}25