{ "name": "reachy-tales", "private": true, "version": "0.1.0", "type": "module", "workspaces": [ "packages/*" ], "scripts": { "dev": "vite", "build": "tsc -p tsconfig.app.json --noEmit && vite build", "preview": "vite preview", "test": "npm run test --workspaces --if-present", "test:app": "vitest run --config vitest.config.app.ts", "test:all": "npm run test --workspaces --if-present && npm run test:app" }, "dependencies": { "story-engine": "0.1.0" }, "devDependencies": { "typescript": "^5.6.3", "vite": "^5.4.10", "vitest": "^2.1.0" } }