mirror of
https://github.com/li-zane/obsidian-graph-edge-notes.git
synced 2026-07-22 06:14:25 +00:00
19 lines
469 B
JSON
19 lines
469 B
JSON
{
|
|
"name": "graph-edge-notes",
|
|
"version": "0.3.2",
|
|
"description": "Editable edge annotations for the graph view.",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"dependencies": {
|
|
"pixi.js": "^7.4.2",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.16.10",
|
|
"esbuild": "^0.25.1",
|
|
"obsidian": "^1.7.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|