Initial commit
This commit is contained in:
18
apps/obsidian-plugin/package.json
Normal file
18
apps/obsidian-plugin/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@obsidian-sync/obsidian-plugin",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"main": "dist/main.js",
|
||||
"types": "dist/main.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -b",
|
||||
"typecheck": "tsc -b --pretty false"
|
||||
},
|
||||
"dependencies": {
|
||||
"@obsidian-sync/sync-engine": "0.1.0",
|
||||
"@obsidian-sync/sync-protocol": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"obsidian": "^1.8.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user