mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-05-13 23:16:49 +00:00
34 lines
966 B
JSON
34 lines
966 B
JSON
{
|
|
"name": "obsidian-ghost-publish",
|
|
"version": "1.2.0",
|
|
"description": "Obsidian plugin for easy publish to ghost with a single click.",
|
|
"main": "src/main.ts",
|
|
"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": {
|
|
"name": "Jay Nguyen",
|
|
"email": "jay@nguyens.co",
|
|
"url": "https://github.com/jaynguyens/obsidian-ghost-publish"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/node": "^17.0.42",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"builtin-modules": "^3.3.0",
|
|
"esbuild": "0.14.43",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"markdown-it": "^13.0.1",
|
|
"obsidian": "^0.14.8",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.3",
|
|
"gray-matter": "^4.0.3"
|
|
}
|
|
}
|