2020-11-08 13:47:29 +00:00
|
|
|
{
|
|
|
|
|
"name": "extract-highlights-plugin",
|
2021-02-25 09:52:37 +00:00
|
|
|
"version": "0.0.18",
|
2020-11-08 13:47:29 +00:00
|
|
|
"description": "his is a shortcut-based plugin extracts all ==highlights== in a note into your clipboard",
|
2020-11-20 09:03:57 +00:00
|
|
|
"main": "ExtractHighlightsPlugin.js",
|
2020-12-04 11:48:13 +00:00
|
|
|
"type": "module",
|
2020-11-08 13:47:29 +00:00
|
|
|
"scripts": {
|
2020-12-16 10:02:11 +00:00
|
|
|
"dev": "rollup --config rollup.config.js -w",
|
|
|
|
|
"build": "rollup --config rollup.config.js",
|
|
|
|
|
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register -r ignore-styles -r jsdom-global/register test/**/*.ts",
|
|
|
|
|
"test:watch": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register -r ignore-styles -r jsdom-global/register --watch --watch-files src, test/**/*.ts"
|
2020-11-08 13:47:29 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
|
|
|
"@rollup/plugin-typescript": "^6.0.0",
|
2020-12-04 11:48:13 +00:00
|
|
|
"@types/chai": "^4.2.14",
|
2020-12-16 10:02:11 +00:00
|
|
|
"@types/mocha": "^8.2.0",
|
|
|
|
|
"@types/node": "^14.14.14",
|
2020-12-04 11:48:13 +00:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
|
"cross-env": "^7.0.2",
|
|
|
|
|
"ignore-styles": "^5.0.1",
|
|
|
|
|
"jsdom": "^16.4.0",
|
|
|
|
|
"jsdom-global": "^3.0.2",
|
|
|
|
|
"mocha": "^8.2.1",
|
2020-11-08 13:47:29 +00:00
|
|
|
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
|
2020-12-16 10:02:11 +00:00
|
|
|
"rollup": "^2.35.1",
|
|
|
|
|
"ts-node": "^9.1.1",
|
2020-12-04 11:48:13 +00:00
|
|
|
"tslib": "^1.14.1",
|
2020-12-21 12:08:50 +00:00
|
|
|
"typescript": "^4.1.3"
|
2020-11-08 13:47:29 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-02-10 15:55:00 +00:00
|
|
|
"electron": "^11.2.3"
|
2020-11-08 13:47:29 +00:00
|
|
|
}
|
|
|
|
|
}
|