{
  "name": "yarn-workspaces-list",
  "version": "0.2.0",
  "author": "Tim Hall <tim.hall.engr@gmail.com>",
  "description": "yarn workspaces list",
  "repository": {
    "type": "git",
    "url": "https://github.com/timhall/yarn-workspaces.git",
    "directory": "packages/yarn-workspaces-list"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "workspaces-list": "lib/bin/workspaces-list.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "tsc"
  },
  "dependencies": {
    "@timhall/cli": "^0.5.0",
    "@timhall/dedent": "^0.8.1",
    "find-yarn-workspace-root": "^1.2.1",
    "mri": "^1.1.4",
    "toposort": "^2.0.2"
  },
  "devDependencies": {
    "@types/toposort": "^2.0.3",
    "typescript": "^3.8.3"
  },
  "files": [
    "lib"
  ]
}
