{ "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", "node-fetch": "2.7.0" } }