obsidian-auto-typography/package.json

27 lines
868 B
JSON

{
"name": "obsidian-auto-typography",
"version": "1.0.1",
"description": "Obsidian plugin that converts ASCII to Unicode typography",
"homepage": "https://github.com/kianga/obsidian-auto-typography",
"bugs": "https://github.com/kianga/obsidian-auto-typography/issues",
"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": "René Puls <rp@kianga.eu> (https://www.kianga.eu)",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}