- index.html: WIMVEE GLYTCH match-the-glitch prototype (playable)
- docs/FKTRY_LORE.md: world bible / MODELBEAST asset codex
- fktry/: vite+three+TS scaffold, contracts, main loop, seed data
- fktry/MASTERPLAN.md + CONTRACTS.md + lanes/LANE-{SIM,RENDER,UI,SCREEN,DATA}.md:
round protocol and Round 1 orders for parallel Opus 4.8 executors
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
26 lines
478 B
JSON
26 lines
478 B
JSON
{
|
|
"name": "fktry",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 8150",
|
|
"build": "vite build",
|
|
"check": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.170.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/three": "^0.170.0",
|
|
"typescript": "^5.6.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^2.1.0"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.25.12": true,
|
|
"esbuild@0.21.5": true
|
|
}
|
|
}
|