feat: spec graph

This commit is contained in:
Patrick Balsiger
2025-10-31 10:41:43 +01:00
commit c0706c3a2b
8 changed files with 1726 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "specgraph",
"version": "1.0.0",
"description": "Vanilla JS D3 app to visualize OpenAPI endpoints",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "4.19.2",
"js-yaml": "4.1.0"
}
}