Files
ObsidianSync/packages/sync-protocol/package.json
2026-04-08 11:55:27 +01:00

15 lines
273 B
JSON

{
"name": "@obsidian-sync/sync-protocol",
"private": true,
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"typecheck": "tsc -b --pretty false"
},
"dependencies": {
"zod": "^3.24.2"
}
}