{ "name": "obsidian-micropub", "version": "0.1.0", "description": "Obsidian plugin: publish to any Micropub endpoint", "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": ["obsidian", "micropub", "indieweb", "indiekit"], "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", "@types/qrcode": "^1.5.5", "builtin-modules": "^4.0.0", "esbuild": "^0.25.0", "obsidian": "latest", "tslib": "^2.6.0", "typescript": "^5.0.0" } }