{
  "name": "joplin-plugin-explorer",
  "version": "1.6.8",
  "description": "A unified sidebar that displays notebooks and notes together in a single tree view",
  "author": "lim0513",
  "homepage": "https://github.com/lim0513/joplin-explorer",
  "repository": {
    "type": "git",
    "url": "https://github.com/lim0513/joplin-explorer.git"
  },
  "scripts": {
    "dist": "webpack --env production && node scripts/pack-jpl.js",
    "dev": "webpack --watch"
  },
  "keywords": ["joplin-plugin", "joplin", "sidebar", "explorer", "tree-view", "notebooks"],
  "license": "MIT",
  "devDependencies": {
    "copy-webpack-plugin": "^11.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "files": ["publish"]
}
