feat: spec graph
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user