effect-api/package.json

27 lines
537 B
JSON
Raw Permalink Normal View History

2023-12-02 14:12:34 +00:00
{
2024-06-25 18:00:42 +00:00
"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"
}
2023-12-02 14:12:34 +00:00
}