package.json 634 B

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