~starkingdoms/starkingdoms

ref: 05f422993232b163a91bc1bc9ac1f640be2195a6 starkingdoms/starkingdoms-client/package.json -rw-r--r-- 355 bytes
05f42299 — ghostlyzsh sending players on connection and part positions 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "starkingdoms-client",
  "private": true,
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "typescript": "^5.2.2",
    "vite": "^5.0.0"
  },
  "dependencies": {
    "debug": "^4.3.4"
  }
}