mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
Added config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-to-notion",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -20,5 +20,11 @@
|
||||
"obsidian": "latest",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryfabric/martian": "^1.2.0",
|
||||
"https-proxy-agent": "^5.0.1",
|
||||
"yaml": "^2.1.0",
|
||||
"yaml-front-matter": "^4.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user