UNPKG

joplin-plugin-graph-view

Version:

This plugin provides a graph for the connections between notes in your Joplin databse. The graph is interactive and configurable. See [Features](#features) below.

36 lines (35 loc) 1.14 kB
{ "name": "joplin-plugin-graph-view", "version": "1.1.1", "scripts": { "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", "dev": "webpack --mode development --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force", "updateVersion": "webpack --env joplin-plugin-config=updateVersion" }, "license": "MIT", "keywords": [ "joplin-plugin" ], "devDependencies": { "@types/node": "^18.7.13", "chalk": "^4.1.0", "copy-webpack-plugin": "^11.0.0", "fs-extra": "^10.1.0", "glob": "^8.0.3", "on-build-webpack": "^0.1.0", "tar": "^6.1.11", "ts-loader": "^9.3.1", "typescript": "^4.8.2", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "yargs": "^16.2.0" }, "dependencies": { "d3": "^7.9.0" }, "files": [ "publish" ] }