andre482_O-tie/package.json
Andre482 bb4bbcde18 Release 1.0.10: Fit zooms out enough to show the full diagram.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 21:22:13 +03:00

38 lines
1,008 B
JSON

{
"name": "o-tie",
"version": "1.0.10",
"description": "Obsidian plugin for building risk bowtie diagrams",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint src/",
"test": "vitest run",
"screenshots": "node scripts/render-screenshots.mjs",
"examples": "node scripts/generate-examples.mjs",
"deploy": "npm run build && node deploy.mjs",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [
"obsidian",
"bowtie",
"risk"
],
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.0",
"@typescript-eslint/parser": "^8.61.1",
"esbuild": "^0.28.0",
"eslint": "^9.39.4",
"eslint-plugin-obsidianmd": "^0.3.0",
"obsidian": "latest",
"playwright": "^1.61.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript-eslint": "^8.61.1",
"vitest": "^4.1.9"
},
"dependencies": {
"html-to-image": "^1.11.13"
}
}