{
  "name": "@yarn-tool/pkg-deps-util",
  "version": "3.0.7",
  "description": "",
  "keywords": [
    "yarn",
    "yarn-tool",
    "npm",
    "lerna",
    "workspaces",
    "pkg",
    "dependencies",
    "packages",
    "package"
  ],
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/pkg-deps-util#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-yarn-workspaces/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git",
    "directory": "packages/@yarn-tool/pkg-deps-util"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "lint": "ynpx --quiet eslint -- **/*.ts",
    "test": "node --run test:jest --",
    "test:jest": "ynpx --quiet jest -- --coverage --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "preversion": "yarn run test",
    "prepublishOnly": "echo prepublishOnly",
    "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@ts-type/package-dts": "^3.0.6",
    "@yarn-tool/find-root": "^2.0.21",
    "@yarn-tool/npm-package-arg-util": "^2.0.5",
    "@yarn-tool/pkg-deps-add": "^3.0.7",
    "@yarn-tool/pkg-version-query": "^3.0.7",
    "@yarn-tool/yarnlock-fs": "^3.0.8",
    "@yarn-tool/yarnlock-parse": "^3.0.8",
    "@yarn-tool/yarnlock-util": "^3.0.7",
    "array-hyper-unique": "^2.1.6",
    "cross-spawn-extra": "^3.0.3",
    "debug-color2": "^1.3.2",
    "err-code": "^3.0.1",
    "lodash": "^4.17.23",
    "sort-object-keys2": "^3.0.7",
    "tslib": ">=2",
    "ws-pkg-list": "^3.0.8"
  },
  "peerDependencies": {
    "yargs": "<18 >=17.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ca3fae2bbdf31ed1ce9bab14793912026200767e"
}
