{ "name": "obsidian-jekyll-publish", "version": "0.2.0", "description": "Publish the active Obsidian note as a Jekyll post (with images) via git.", "main": "dist/main.js", "type": "module", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "test": "vitest run", "test:watch": "vitest", "e2e": "bash scripts/e2e.sh" }, "license": "MIT", "devDependencies": { "@playwright/test": "^1.60.0", "@types/js-yaml": "^4.0.9", "@types/node": "^20.11.0", "builtin-modules": "^3.3.0", "esbuild": "^0.20.0", "obsidian": "^1.5.7", "typescript": "^5.4.0", "vitest": "^1.4.0" }, "dependencies": { "js-yaml": "^4.1.0" } }