{ "private": true, "type": "module", "author": { "name": "Szymon Nowakowski", "email": "renati@renati.me", "url": "https://renati.me/" }, "homepage": "https://renati.me/effect-api", "license": "MPL-2.0", "repository": { "type": "git", "url": "https://gitea.renati.me/renati/effect-api.git" }, "workspaces": [ "./packages/*" ], "devDependencies": { "typescript": "^5.5.2" }, "dependencies": { "@effect/schema": "^0.68.9", "effect": "^3.4.2", "fast-check": "^3.19.0" } }