{
  "name": "@rushstack/lockfile-explorer",
  "version": "2.2.18",
  "description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
  "keywords": [
    "conflict",
    "dependency",
    "doppelganger",
    "interactive",
    "lockfile",
    "monorepo",
    "package",
    "phantom",
    "tool",
    "version",
    "visualization",
    "visualize",
    "visualizer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "apps/lockfile-explorer"
  },
  "homepage": "https://lfx.rushstack.io/",
  "license": "MIT",
  "bin": {
    "lockfile-explorer": "./bin/lockfile-explorer",
    "lfx": "./bin/lockfile-explorer",
    "lockfile-lint": "./bin/lockfile-lint",
    "lflint": "./bin/lockfile-lint"
  },
  "peerDependencies": {
    "@types/express": "^5.0.3"
  },
  "peerDependenciesMeta": {
    "@types/express": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/cors": "~2.8.12",
    "@types/express": "4.17.21",
    "@types/js-yaml": "4.0.9",
    "eslint": "~9.37.0",
    "@pnpm/lockfile.types": "1002.0.1",
    "@pnpm/types": "1000.8.0",
    "@types/semver": "7.7.1",
    "@rushstack/heft": "1.2.17",
    "@rushstack/lockfile-explorer-web": "0.0.0",
    "local-node-rig": "1.0.0"
  },
  "dependencies": {
    "tslib": "~2.8.1",
    "@pnpm/dependency-path-lockfile-pre-v9": "npm:@pnpm/dependency-path@~2.1.2",
    "cors": "~2.8.5",
    "express": "4.21.1",
    "js-yaml": "~4.1.0",
    "semver": "~7.7.4",
    "@microsoft/rush-lib": "5.175.1",
    "@rushstack/terminal": "0.24.0",
    "@rushstack/node-core-library": "5.23.1",
    "@rushstack/ts-command-line": "5.3.9",
    "@rushstack/rush-sdk": "5.175.1"
  },
  "exports": {
    "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "sideEffects": [
    "lib-commonjs/start-explorer.js",
    "lib-commonjs/start-lint.js",
    "lib-esm/start-explorer.js",
    "lib-esm/start-lint.js"
  ],
  "scripts": {
    "build": "heft build --clean",
    "start": "heft start",
    "serve": "node ./lib-commonjs/start-explorer.js --debug",
    "test": "heft test",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}