2022-03-19 20:21:16 +01:00
{
2022-03-22 12:03:48 +01:00
"name" : "obsidian-custom-frames" ,
2022-06-01 15:24:57 +02:00
"version" : "2.4.2" ,
2022-04-02 15:36:05 +02:00
"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." ,
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-08-21 17:37:20 +02:00
"esbuild" : "0.14.0" ,
"esbuild-plugin-copy" : "^1.3.0" ,
2022-03-19 20:21:16 +01:00
"obsidian" : "latest" ,
"tslib" : "2.3.1" ,
"typescript" : "4.4.4"
}
}