UNPKG

pkgs-graph

Version:

Create a graph from an array of packages

43 lines 1.08 kB
{ "name": "pkgs-graph", "version": "8.0.0", "description": "Create a graph from an array of packages", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "repository": "https://github.com/pnpm/pnpm/blob/main/packages/pkgs-graph", "license": "MIT", "engines": { "node": ">=14.6" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/pkgs-graph#readme", "devDependencies": { "@types/ramda": "0.28.15", "better-path-resolve": "1.0.0", "pkgs-graph": "8.0.0" }, "dependencies": { "@pnpm/npm-package-arg": "^1.0.0", "@pnpm/resolve-workspace-range": "4.0.0", "ramda": "npm:@pnpm/ramda@0.28.1" }, "funding": "https://opencollective.com/pnpm", "keywords": [ "pnpm7" ], "exports": { ".": "./lib/index.js" }, "scripts": { "lint": "eslint src/**/*.ts test/**/*.ts", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "compile": "tsc --build && pnpm run lint --fix" } }