{ "name": "@lerna/query-graph", "version": "4.0.0", "description": "An internal Lerna tool", "keywords": [ "lerna", "utils" ], "homepage": "https://github.com/lerna/lerna/tree/master/utils/query-graph#readme", "license": "MIT", "author": { "name": "Benjamin Weggersen", "url": "https://github.com/bweggersen" }, "files": [ "query-graph.js" ], "main": "query-graph.js", "engines": { "node": ">= 10.18.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/lerna/lerna.git", "directory": "utils/query-graph" }, "scripts": { "test": "echo \"Run tests from root\" && exit 1" }, "dependencies": { "@lerna/package-graph": "4.0.0" }, "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a" }