22 lines
517 B
JSON
22 lines
517 B
JSON
{
|
|
"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:"
|
|
}
|
|
}
|