diff options
| author | Bobby <[email protected]> | 2026-04-22 10:07:23 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 10:07:23 +0530 |
| commit | cf691853a93df3e242e229956d03725b89c31fc3 (patch) | |
| tree | 681f58da4e644b3392334d4ccff0e29939de999a /package.json | |
| parent | 9f19aba9a4775e09ad9c92b173ca876c5157556d (diff) | |
| download | hollowdark-cf691853a93df3e242e229956d03725b89c31fc3.tar.xz hollowdark-cf691853a93df3e242e229956d03725b89c31fc3.zip | |
Add the content pipeline and the Mirror Coast region as the first authored sample
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 534b382..11b530c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "node": ">=20.11" }, "scripts": { + "compile-content": "tsx scripts/compile-content.ts", + "predev": "pnpm run compile-content", "dev": "vite dev", + "prebuild": "pnpm run compile-content", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", @@ -39,9 +42,11 @@ "svelte": "^5.55.4", "svelte-check": "^4.4.6", "svelte-eslint-parser": "^1.6.0", + "tsx": "^4.21.0", "typescript": "^6.0.3", "typescript-eslint": "^8.59.0", "vite": "^8.0.9", - "vitest": "^4.1.5" + "vitest": "^4.1.5", + "yaml": "^2.8.3" } } |
