mirror of
https://github.com/taitava/obsidian-shellcommands.git
synced 2026-07-22 05:50:23 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-shellcommands",
|
|
"version": "0.23.0",
|
|
"description": "You can predefine system commands that you want to run frequently, and assign hotkeys for them. For example open external applications.://obsidian.md)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
"build": "obsidian-plugin build src/main.ts -o ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@codemirror/state": "^6.1.0",
|
|
"@codemirror/view": "^6.0.3",
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/node": "^14.14.37",
|
|
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
|
"@typescript-eslint/parser": "^5.2.0",
|
|
"ansi_up": "https://github.com/Taitava/ansi_up/archive/refs/tags/for-obsidian-shell-commands-1.tar.gz",
|
|
"autocompleter": "https://github.com/Taitava/autocomplete/archive/refs/tags/obsidian-shellcommands-0.13.0.tar.gz",
|
|
"esbuild": "0.13.11",
|
|
"eslint": "8.20.0",
|
|
"obsidian": "1.4.0",
|
|
"rollup": "^2.32.1",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"dependencies": {}
|
|
}
|