Initial commit

This commit is contained in:
ada
2026-05-25 05:47:28 +00:00
commit 4d6495ffda
97 changed files with 13403 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "effect-template",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "tsc -b",
"check": "tsc -b",
"test": "vitest run",
"lint": "eslint src",
"effect:check": "effect-patterns-check",
"verify": "eslint src && tsc --noEmit && vitest run"
},
"dependencies": {
"@effect/platform": "^0.69.0",
"@effect/platform-node": "^0.64.0",
"@effect/schema": "^0.75.0",
"effect": "^3.10.0",
"prettier": "^3.8.3"
},
"devDependencies": {
"@effect-patterns/analysis-core": "git+ssh://git@git.ewynn.in/ada/effect-analyzer-core.git",
"@effect/eslint-plugin": "^0.3.2",
"@eslint/js": "^10.0.1",
"@types/node": "^22.0.0",
"eslint": "^9.0.0",
"typescript": "^5.6.0",
"typescript-eslint": "^8.56.1",
"vitest": "^2.1.0"
}
}