monkeytype/shared/package.json
2024-07-16 15:24:06 +02:00

12 lines
196 B
JSON

{
"name": "shared",
"types": "./dist/index.d.ts",
"dependencies": {
"@ts-rest/core": "3.45.2",
"zod": "3.23.8"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
}
}