@rushstack/lockfile-explorer
Version:
Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo
100 lines • 2.64 kB
JSON
{
"name": "@rushstack/lockfile-explorer",
"version": "2.2.10",
"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",
"@types/update-notifier": "~6.0.1",
"eslint": "~9.37.0",
"@pnpm/lockfile.types": "1002.0.1",
"@pnpm/types": "1000.8.0",
"@types/semver": "7.5.0",
"@rushstack/lockfile-explorer-web": "0.0.0",
"local-node-rig": "1.0.0",
"@rushstack/heft": "1.2.9"
},
"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",
"open": "~8.4.0",
"semver": "~7.5.4",
"update-notifier": "~5.1.0",
"@microsoft/rush-lib": "5.172.1",
"@rushstack/terminal": "0.22.4",
"@rushstack/rush-sdk": "5.172.1",
"@rushstack/ts-command-line": "5.3.4",
"@rushstack/node-core-library": "5.21.0"
},
"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"
}
}