mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-01 22:55:16 +00:00
19 lines
574 B
JSON
19 lines
574 B
JSON
{
|
|
"name": "self-hosted-livesync-cli",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "dist/index.cjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"cli": "node dist/index.cjs",
|
|
"buildRun": "npm run build && npm run cli --",
|
|
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
|
|
"test:e2e:two-vaults": "bash test/test-e2e-two-vaults-with-docker-linux.sh"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|