mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 06:49:09 +01:00
24 lines
745 B
JSON
24 lines
745 B
JSON
{
|
|
"name": "obsidian-custom-frames",
|
|
"version": "2.4.2",
|
|
"description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
|
|
"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": "Ellpeck",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"builtin-modules": "^3.2.0",
|
|
"electron": "^13.6.2",
|
|
"esbuild": "0.14.0",
|
|
"esbuild-plugin-copy": "^1.3.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.3.1",
|
|
"typescript": "4.4.4"
|
|
}
|
|
}
|