brianpetro_smart-context-ob.../package.json
Brian Joseph Petro f766b4c844 prepear release
2026-05-30 08:34:22 -04:00

45 lines
1.3 KiB
JSON

{
"name": "smart-context-obsidian",
"version": "3.1.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": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/brianpetro/smart-context-obsidian/issues"
},
"homepage": "https://smartconnections.app",
"dependencies": {
"obsidian-smart-env": "file:../obsidian-smart-env",
"smart-blocks": "file:../jsbrains/smart-blocks",
"smart-collections": "file:../jsbrains/smart-collections",
"smart-contexts": "file:../jsbrains/smart-contexts",
"smart-file-system": "file:../jsbrains/smart-fs",
"smart-settings": "file:../jsbrains/smart-settings",
"smart-sources": "file:../jsbrains/smart-sources",
"smart-view": "file:../jsbrains/smart-view"
},
"devDependencies": {
"ava": "^5.3.1",
"esbuild": "^0.25.9",
"obsidian": "^1.12.3"
},
"workspaces": [
"../jsbrains/*",
"../obsidian-smart-env"
]
}