unity-to-dep-graph
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

unity-to-dep-graph

A small library that converts Unity package manager files (a manifest.json and its respective packages-lock.json) into a dependency graph

Getting started

npm i unity-to-dep-graph
import { unityToDepGraph } from 'unity-to-dep-graph';

const depGraph = await unityToDepGraph(
  'project name',
  'project version',
  'manifest.json file contents',
  'packages-lock.json file contents',
);

/unity-to-dep-graph/

    Package Sidebar

    Install

    npm i unity-to-dep-graph

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.96 kB

    Total Files

    5

    Last publish

    Collaborators

    • robcresswell