15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "@obsidian-sync/sync-engine",
|
|
"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": {
|
|
"@obsidian-sync/sync-protocol": "0.1.0"
|
|
}
|
|
}
|