Added config

This commit is contained in:
chris
2022-05-23 17:52:33 +08:00
parent 4f52d5b3d5
commit 6bc72e6730
5 changed files with 615 additions and 44 deletions

View File

@@ -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"
}
}