mrjackphil_obsidian-crossli.../package.json
2020-11-02 14:23:41 +03:00

23 lines
740 B
JSON

{
"name": "mrj-crosslink-between-notes",
"version": "0.9.7",
"description": "This plugin adds a command which allows to add a link to the current note at the bottom of the selected notes",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js"
},
"keywords": [],
"author": "MrJackphil",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/node": "^14.14.2",
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
"rollup": "^2.32.1",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
}
}