{
  "name": "joplin-plugin-calibre-import",
  "version": "1.1.0",
  "scripts": {
    "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
    "prepare": "npm run dist",
    "updateVersion": "webpack --env joplin-plugin-config=updateVersion",
    "update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update",
    "build-docs": "typedoc --options typedoc.config.cjs && npm exec --package=@atao60/fse-cli fse copy ./assets/media ./docs/assets/media"
  },
  "license": "MIT",
  "keywords": [
    "joplin-plugin",
    "import-plugin",
    "calibre-import"
  ],
  "files": [
    "publish"
  ],
  "devDependencies": {
    "@atao60/fse-cli": "^0.1.9",
    "@joplin/lib": "~2.9",
    "@types/node": "^18.7.13",
    "chalk": "^4.1.0",
    "copy-webpack-plugin": "^11.0.0",
    "fs-extra": "^10.1.0",
    "glob": "^8.0.3",
    "tar": "^6.1.11",
    "ts-loader": "^9.3.1",
    "typedoc": "^0.25.2",
    "typedoc-umlclass": "^0.8.0",
    "typescript": "^4.8.2",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "bootstrap": "^5.3.2",
    "chokidar": "^3.5.3",
    "joplin-turndown-plugin-gfm": "^1.0.12",
    "turndown": "^7.1.2"
  },
  "eslintConfig": {
  	"plugins": ["de.habelt-jena.CalibreImport"],
    "env": {
      "browser": true,
      "node": true,
      "de.habelt-jena.CalibreImport/custom": true
    }
  }
}
