mirror of
https://github.com/nmady/obsidian-multi-line-formatting.git
synced 2026-07-22 05:40:25 +00:00
26 lines
718 B
JSON
26 lines
718 B
JSON
{
|
|
"name": "multi-line-formatting",
|
|
"author": "nmady",
|
|
"version": "0.3.1",
|
|
"description": "Apply formatting to selected text, dealing with the paragraph breaks.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
"build": "rollup --config rollup.config.js --environment BUILD:production"
|
|
},
|
|
"keywords": [
|
|
"obsidian-md"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/node": "^14.14.41",
|
|
"obsidian": "^0.12.0",
|
|
"prettier": "^2.3.2",
|
|
"rollup": "^2.45.2",
|
|
"tslib": "2.2.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|