2021-10-12 23:50:13 +09:00
|
|
|
{
|
2021-10-15 01:34:03 +09:00
|
|
|
"name": "obsidian-livesync",
|
2021-10-18 15:07:44 +09:00
|
|
|
"version": "0.1.1",
|
2021-10-15 01:34:03 +09:00
|
|
|
"description": "obsidian Live synchronization plugin.",
|
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
|
|
|
}
|
|
|
|
}
|