2021-10-12 16:50:13 +02:00
{
2021-10-14 18:34:03 +02:00
"name" : "obsidian-livesync" ,
2021-11-10 11:07:09 +02:00
"version" : "0.1.14" ,
2021-10-19 10:53:54 +02:00
"description" : "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication." ,
2021-10-12 16:50:13 +02:00
"main" : "main.js" ,
"scripts" : {
"dev" : "rollup --config rollup.config.js -w" ,
"build" : "rollup --config rollup.config.js --environment BUILD:production"
} ,
"keywords" : [ ] ,
2021-10-14 18:34:03 +02:00
"author" : "vorotamoroz" ,
2021-10-12 16:50:13 +02:00
"license" : "MIT" ,
"devDependencies" : {
"@rollup/plugin-commonjs" : "^18.0.0" ,
"@rollup/plugin-node-resolve" : "^11.2.1" ,
"@rollup/plugin-typescript" : "^8.2.1" ,
"@types/diff-match-patch" : "^1.0.32" ,
"@types/pouchdb-browser" : "^6.1.3" ,
"obsidian" : "^0.12.0" ,
"rollup" : "^2.32.1" ,
"tslib" : "^2.2.0" ,
2021-10-14 18:26:35 +02:00
"typescript" : "^4.2.4"
2021-10-14 12:27:08 +02:00
} ,
"dependencies" : {
2021-10-15 10:58:42 +02:00
"diff-match-patch" : "^1.0.5" ,
"xxhash-wasm" : "^0.4.2"
2021-10-12 16:50:13 +02:00
}
}