mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-30 00:48:36 +08:00
33 lines
1010 B
JSON
33 lines
1010 B
JSON
{
|
|
"name": "share-to-notionnext",
|
|
"version": "2.5.0",
|
|
"type": "module",
|
|
"description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GNU GPLv3",
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.7",
|
|
"@types/yaml-front-matter": "^4.1.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
"builtin-modules": "^3.3.0",
|
|
"esbuild": "0.19.5",
|
|
"obsidian": "^1.6.6",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@jxpeng98/martian": "^1.2.7",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"remark-math": "^6.0.0",
|
|
"yaml": "^2.3.4",
|
|
"yaml-front-matter": "^4.1.1"
|
|
}
|
|
} |