mirror of
https://github.com/brianpetro/smart-context-obsidian.git
synced 2026-07-22 11:30:25 +00:00
38 lines
1,009 B
JSON
38 lines
1,009 B
JSON
{
|
|
"name": "smart-context-obsidian",
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"description": "Copy folder contents (Markdown & Canvas files) to the clipboard with a Smart Context approach.",
|
|
"scripts": {
|
|
"build": "node esbuild.js",
|
|
"release": "node release.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/brianpetro/obsidian-smart-connections.git"
|
|
},
|
|
"keywords": [
|
|
"Obsidian",
|
|
"Smart",
|
|
"Context",
|
|
"Clipboard"
|
|
],
|
|
"author": "WFH Brian (Brian Petro)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianpetro/smart-context-obsidian/issues"
|
|
},
|
|
"homepage": "https://smartconnections.app",
|
|
"dependencies": {
|
|
"smart-file-system": "file:../jsbrains/smart-fs",
|
|
"smart-settings": "file:../jsbrains/smart-settings",
|
|
"smart-view": "file:../jsbrains/smart-view"
|
|
},
|
|
"devDependencies": {
|
|
"archiver": "^7.0.1",
|
|
"axios": "^1.7.9",
|
|
"ava": "^5.3.1",
|
|
"dotenv": "^16.4.7",
|
|
"esbuild": "^0.24.0"
|
|
}
|
|
}
|