Files
shared-memory/packages/schemas/package.json
T

22 lines
416 B
JSON
Raw Normal View History

{
"name": "@shared-memory/schemas",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "echo 'no build step; consumed as TS source'"
},
"dependencies": {
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}