36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "obsidian-webpage-export",
|
|
"version": "1.3.2",
|
|
"description": "Exports an obsidian document as an HTML document / webpage / website, correctly including all styling and formatting.",
|
|
"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": "Nathan George",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@types/rss": "^0.0.32",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"builtin-modules": "3.3.0",
|
|
"electron": "^26.1.0",
|
|
"esbuild": "0.14.47",
|
|
"eslint": "^8.56.0",
|
|
"obsidian": "^1.4.11",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"file-type": "^19.0.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"mime": "^4.0.3",
|
|
"minisearch": "^6.3.0",
|
|
"rss": "^1.2.2",
|
|
"upath": "^2.0.1"
|
|
}
|
|
}
|