{
  "name": "@pnpm/calc-dep-state",
  "version": "1003.0.3",
  "description": "Calculates the state of a dependency",
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/packages/calc-dep-state",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/packages/calc-dep-state#readme",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "type": "commonjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "dependencies": {
    "@pnpm/constants": "1001.3.1",
    "@pnpm/crypto.object-hasher": "1000.2.0",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/lockfile.types": "1002.1.0",
    "@pnpm/types": "1001.3.0",
    "@pnpm/lockfile.utils": "1004.0.3"
  },
  "devDependencies": {
    "@pnpm/calc-dep-state": "1003.0.3"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}