2021-10-12 23:50:13 +09:00
{
2021-10-15 01:34:03 +09:00
"name" : "obsidian-livesync" ,
2021-11-10 10:06:36 +09:00
"version" : "0.1.13" ,
2021-10-19 17:53:54 +09: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 23:50:13 +09:00
"main" : "main.js" ,
"scripts" : {
"dev" : "rollup --config rollup.config.js -w" ,
"build" : "rollup --config rollup.config.js --environment BUILD:production"
} ,
"keywords" : [ ] ,
2021-10-15 01:34:03 +09:00
"author" : "vorotamoroz" ,
2021-10-12 23:50:13 +09: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-15 01:26:35 +09:00
"typescript" : "^4.2.4"
2021-10-14 19:27:08 +09:00
} ,
"dependencies" : {
2021-10-15 17:58:42 +09:00
"diff-match-patch" : "^1.0.5" ,
"xxhash-wasm" : "^0.4.2"
2021-10-12 23:50:13 +09:00
}
}