2022-03-19 20:21:16 +01:00
{
2022-03-22 12:03:48 +01:00
"name" : "obsidian-custom-frames" ,
2022-03-28 18:35:56 +02:00
"version" : "2.2.0" ,
2022-03-22 16:11:03 +01:00
"description" : "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more." ,
2022-03-19 20:21:16 +01:00
"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" : [ ] ,
2022-03-20 00:20:09 +01:00
"author" : "Ellpeck" ,
2022-03-19 20:21:16 +01:00
"license" : "MIT" ,
"devDependencies" : {
"@types/node" : "^16.11.6" ,
"builtin-modules" : "^3.2.0" ,
2022-03-20 00:20:09 +01:00
"electron" : "^13.6.2" ,
2022-03-19 20:21:16 +01:00
"esbuild" : "0.13.12" ,
"obsidian" : "latest" ,
"tslib" : "2.3.1" ,
"typescript" : "4.4.4"
}
}