mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
17 lines
289 B
JSON
17 lines
289 B
JSON
{
|
|
"name": "@better-t-stack/types",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.0.14"
|
|
}
|
|
} |