mirror of
https://github.com/lenalebt/obsidian-pocketbook-cloud-highlight-importer.git
synced 2026-07-22 07:40:24 +00:00
30 lines
962 B
JSON
30 lines
962 B
JSON
{
|
|
"name": "pocketbook-cloud-highlight-importer",
|
|
"version": "0.1.7",
|
|
"description": "Pocketbook Cloud Highlight Importer",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"test-install": "npm run build && cp manifest.json build/main.js test-vault/.obsidian/plugins/pocketbook-cloud-highlight-importer/"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"npm-check-updates": "^16.6.2",
|
|
"obsidian": "latest",
|
|
"prettier": "^2.8.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"epub-cfi-resolver": "^1.0.1"
|
|
}
|
|
}
|