{
  "name": "@yarn-tool/yarnlock-error",
  "version": "1.0.21",
  "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/yarnlock-error#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/yarnlock-error"
  },
  "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": {
    "tslib": ">=2.8.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8c939a673ef0f088d4a3aa8a240ed6c28d390f98"
}
