{
  "name": "@pnpm/deps.status",
  "version": "1100.1.3",
  "description": "Check dependencies status",
  "keywords": [
    "pnpm",
    "pnpm11",
    "scripts"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/deps/status"
  },
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/deps/status#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "@pnpm/catalogs.resolver": "1100.0.0",
    "@pnpm/catalogs.types": "1100.0.0",
    "@pnpm/config.reader": "1101.10.1",
    "@pnpm/config.parse-overrides": "1100.0.2",
    "@pnpm/constants": "1100.0.0",
    "@pnpm/error": "1100.0.1",
    "@pnpm/installing.context": "1100.0.20",
    "@pnpm/crypto.object-hasher": "1100.0.0",
    "@pnpm/lockfile.fs": "1100.1.7",
    "@pnpm/lockfile.verification": "1100.0.20",
    "@pnpm/lockfile.settings-checker": "1100.0.20",
    "@pnpm/resolving.resolver-base": "1100.5.0",
    "@pnpm/workspace.projects-reader": "1101.0.13",
    "@pnpm/types": "1101.3.2",
    "@pnpm/workspace.state": "1100.0.24",
    "@pnpm/workspace.workspace-manifest-reader": "1100.0.9"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1100.0.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@types/ramda": "0.31.1",
    "@pnpm/deps.status": "1100.1.3",
    "@pnpm/prepare": "1100.0.17",
    "@pnpm/workspace.project-manifest-writer": "1100.0.8"
  },
  "engines": {
    "node": ">=22.13"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pn compile && pn .test",
    "start": "tsgo --watch",
    "compile": "tsgo --build && pn lint --fix",
    ".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
  }
}