Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
lutra package.json
738 B · 30 lines
JSON
12345678910111213141516171819202122232425262728293031{ "name": "lutra", "version": "0.1.0", "private": true, "type": "module", "scripts": { "build": "turbo build", "check": "vp check", "dev": "turbo dev", "fmt": "vp fmt", "lint": "vp lint", "typecheck": "turbo typecheck", "test": "turbo test", "infra:deploy": "alchemy deploy --stage prod --yes", "vendor:luts": "bun scripts/vendor-luts.ts" }, "dependencies": { "@effect/platform-node": "4.0.0-beta.102", "alchemy": "2.0.0-beta.66", "effect": "^4.0.0-beta.102" }, "devDependencies": { "@foldkit/oxlint-plugin": "^0.5.0", "@types/bun": "^1.3.14", "turbo": "^2.10.7", "typescript": "^7.0.2", "vite-plus": "^0.2.6" }, "packageManager": "pnpm@11.18.0"}