Files
djupet/package.json
Fredrik Johansson 0efbe9d55b
All checks were successful
Docker / build-and-push (push) Successful in 42s
Add Inflytande resource, expand events, and balance the endgame
Adds an influence currency that scales with follower count and a new
"exert influence" action to trade it for secrecy, uncaps recruiting
with scaling cost, adds a late-game Andakt sink, and makes hemlighet
drain scale with dread/ritual progress so the endgame carries real
risk. Includes a Vitest suite that simulates play to check balance,
which caught the influence-accrual rate being too slow to be useful
early game.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-08 17:28:32 +02:00

18 lines
325 B
JSON

{
"name": "djupet",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --port 5681",
"build": "vite build",
"typecheck": "tsc",
"preview": "vite preview",
"test": "vitest run"
},
"devDependencies": {
"typescript": "^5.5.0",
"vite": "^6.0.0",
"vitest": "^4.1.10"
}
}