~starkingdoms/starkingdoms

ref: 45c16b8612e3b34e0617385834a00138bfff45cd starkingdoms/starkingdoms-client/package.json -rw-r--r-- 386 bytes
45c16b86 — ghostlyzsh earth scale and spawning position improved along with part rotation sent to clients 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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",
    "@types/node": "^20.10.0",
    "typescript": "^5.2.2",
    "vite": "^5.0.0"
  },
  "dependencies": {
    "debug": "^4.3.4"
  }
}