1{
2  "name": "yarn",
3  "installationMethod": "pkg",
4  "version": "1.22.17",
5  "license": "BSD-2-Clause",
6  "preferGlobal": true,
7  "description": "���� Fast, reliable, and secure dependency management.",
8  "resolutions": {
9    "sshpk": "^1.14.2"
10  },
11  "engines": {
12    "node": ">=4.0.0"
13  },
14  "repository": "yarnpkg/yarn",
15  "bin": {
16    "yarn": "./bin/yarn.js",
17    "yarnpkg": "./bin/yarn.js"
18  },
19  "scripts": {
20    "preinstall": ":; (node ./preinstall.js > /dev/null 2>&1 || true)"
21  },
22  "config": {
23    "commitizen": {
24      "path": "./node_modules/cz-conventional-changelog"
25    }
26  }
27}
28