mirror of
https://github.com/ankit-kapur/obsidian-kanban-status-updater-plugin.git
synced 2026-07-22 05:42:29 +00:00
28 lines
No EOL
733 B
JSON
28 lines
No EOL
733 B
JSON
{
|
|
"name": "obsidian-kanban-status-updater",
|
|
"version": "1.0.0",
|
|
"description": "Automatically updates a status property in a note when its card is moved on a Kanban board",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
"build": "rollup --config rollup.config.js"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"kanban",
|
|
"status"
|
|
],
|
|
"author": "Your Name",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-typescript": "^8.3.2",
|
|
"@types/node": "^17.0.35",
|
|
"obsidian": "^0.15.4",
|
|
"rollup": "^2.75.5",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.7.2"
|
|
}
|
|
} |