You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

package-json-graph

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-json-graph

![Coverage Badge](https://raw.githubusercontent.com/ibasoni/pkggraph/master/coverage/badge-statements.svg) Generate a graph using several package.json files (suitable for mono-repo codebases)

0.0.3
latest
Source
npmnpm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

package-json-graph

Coverage Badge
Generate a graph using several package.json files (suitable for mono-repo codebases)

Start

npx package-json-graph

This will generate a file ./graph.svg similar to this one (generated for React repo from Github):
React's package json graph

Install

npm i -D package-json-graph

CLI Options

--format (default "svg")

values: "dot" or "svg"

--out (default "./graph")

Output file name without extension (the extension is added from the format option)

Keywords

mono-repo

FAQs

Package last updated on 21 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts