UNPKG

506 BJSONView Raw
1{
2 "name": "yarn",
3 "installationMethod": "tar",
4 "version": "1.22.4",
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 "config": {
20 "commitizen": {
21 "path": "./node_modules/cz-conventional-changelog"
22 }
23 }
24}