- Procedural 3D world: dollhouse shop, town, day/night, weather, seasons - Customer AI with personalities (story NPCs, thieves, weekly regulars) - Economy: suppliers, negotiation, pricing psychology, daily accounting - Staff with traits/loyalty, 8 expansion levels, furniture & decoration - Events with choices, quests, achievements, 4 difficulties, rival shop - Animated daily report, analytics, save/load (3 slots + autosave) - Procedural music & SFX (WebAudio), zero external assets - Test harnesses: simtest (node), verify/check/e2e (headless browser)
21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"name": "tiny-shop",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/nunito": "^5.1.0",
|
|
"three": "^0.170.0"
|
|
},
|
|
"devDependencies": {
|
|
"pngjs": "^7.0.0",
|
|
"puppeteer": "^23.11.1",
|
|
"vite": "^5.4.11"
|
|
}
|
|
}
|