mirror of
https://github.com/tiennm99/nntv.git
synced 2026-07-31 04:24:08 +00:00
Asserts L1/5-8/10 solvable, L12 unsolvable (easter-egg invariant), and locks the 12-level count. Known-broken levels (L2/3/4/9/11) tracked explicitly and auto-unskip when their redesign phases flip them.
25 lines
549 B
JSON
25 lines
549 B
JSON
{
|
|
"name": "nntv",
|
|
"description": "Night Ninja: Twilight Voyage",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:solvability": "vitest run src/lib/levels/levels.solvability.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
"vite": "^6.4.2",
|
|
"vitest": "^4.1.4"
|
|
},
|
|
"dependencies": {
|
|
"svelte": "^5.55.3"
|
|
}
|
|
}
|