{
  "name": "@lerna/listable",
  "version": "6.4.1",
  "description": "Shared logic for listing package information",
  "keywords": [
    "lerna",
    "utils"
  ],
  "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  "homepage": "https://lerna.js.org",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "engines": {
    "node": "^14.15.0 || >=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "utils/listable"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@lerna/query-graph": "6.4.1",
    "chalk": "^4.1.0",
    "columnify": "^1.6.0"
  },
  "gitHead": "a5217c6b0e06ab1e28845be04a1bdbe4d0c093ab"
}
