{
  "name": "@yarnpkg/core",
  "version": "4.7.0",
  "license": "BSD-2-Clause",
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./structUtils": "./lib/structUtils.js",
    "./semverUtils": "./lib/semverUtils.js",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "dependencies": {
    "@arcanis/slice-ansi": "^1.1.1",
    "@types/semver": "^7.1.0",
    "@types/treeify": "^1.0.0",
    "@yarnpkg/fslib": "^3.1.5",
    "@yarnpkg/libzip": "^3.2.2",
    "@yarnpkg/parsers": "^3.0.3",
    "@yarnpkg/shell": "^4.1.3",
    "camelcase": "^5.3.1",
    "chalk": "^4.1.2",
    "ci-info": "^4.0.0",
    "clipanion": "^4.0.0-rc.2",
    "cross-spawn": "^7.0.3",
    "diff": "^5.1.0",
    "dotenv": "^16.3.1",
    "es-toolkit": "^1.39.7",
    "fast-glob": "^3.2.2",
    "got": "^11.7.0",
    "hpagent": "^1.2.0",
    "micromatch": "^4.0.2",
    "p-limit": "^2.2.0",
    "semver": "^7.1.2",
    "strip-ansi": "^6.0.0",
    "tar": "^7.5.3",
    "tinylogic": "^2.0.0",
    "treeify": "^1.1.0",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@octokit/webhooks-types": "^7.3.1",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@types/comment-json": "^1.1.1",
    "@types/cross-spawn": "6.0.0",
    "@types/diff": "^5.0.0",
    "@types/micromatch": "^4.0.1",
    "@types/node": "^18.19.124",
    "@yarnpkg/cli": "^4.14.0",
    "@yarnpkg/plugin-link": "^3.0.2",
    "@yarnpkg/plugin-npm": "^3.5.0",
    "@yarnpkg/plugin-pnp": "^4.1.4",
    "comment-json": "^2.2.0",
    "esbuild": "npm:esbuild-wasm@^0.23.0",
    "rollup": "^2.59.0",
    "rollup-plugin-esbuild": "^3.0.2",
    "rollup-plugin-terser": "^7.0.2"
  },
  "scripts": {
    "build:zip:worker": "rollup -c",
    "update:zip:worker": "run build:zip:worker",
    "postpack": "rm -rf lib",
    "prepack": "run build:compile \"$(pwd)\""
  },
  "publishConfig": {
    "main": "./lib/index.js",
    "exports": {
      ".": "./lib/index.js",
      "./structUtils": "./lib/structUtils.js",
      "./semverUtils": "./lib/semverUtils.js",
      "./package.json": "./package.json"
    }
  },
  "files": [
    "/lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yarnpkg/berry.git",
    "directory": "packages/yarnpkg-core"
  },
  "engines": {
    "node": ">=18.12.0"
  }
}