wip monorepo

This commit is contained in:
EthanShoeDev
2025-12-22 15:37:29 -05:00
parent 27309e1261
commit ac51644bda
69 changed files with 290 additions and 426 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "dsc-ts",
"version": "0.0.1",
"type": "module",
"private": true,
"packageManager": "bun@1.3.3",
"scripts": {
"typecheck": "tsc --noEmit",
"gen:dsc-types": "bun run scripts/gen-dsc-types.ts",
"gen:dsc-resources-types": "bun run scripts/gen-dsc-resources-types.ts"
},
"dependencies": {
"@effect/cli": "catalog:",
"@effect/platform": "catalog:",
"@effect/platform-bun": "catalog:",
"effect": "catalog:"
},
"devDependencies": {
"typescript": "catalog:"
}
}