{
  "name": "@pnpm/lockfile-to-pnp",
  "version": "1001.0.34",
  "description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
  "keywords": [
    "pnpm",
    "pnpm10",
    "lockfile",
    "shrinkwrap"
  ],
  "license": "MIT",
  "funding": "https://opencollective.com/pnpm",
  "repository": "https://github.com/pnpm/pnpm/tree/main/lockfile/lockfile-to-pnp",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/lockfile/lockfile-to-pnp#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": {
    "@yarnpkg/pnp": "4.0.8",
    "normalize-path": "^3.0.0",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "@pnpm/dependency-path": "1001.1.10",
    "@pnpm/lockfile.fs": "1001.1.32",
    "@pnpm/lockfile.utils": "1004.0.3",
    "@pnpm/types": "1001.3.0"
  },
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "devDependencies": {
    "@types/normalize-path": "^3.0.2",
    "@types/ramda": "0.29.12",
    "@pnpm/lockfile-to-pnp": "1001.0.34",
    "@pnpm/logger": "1001.0.1"
  },
  "engines": {
    "node": ">=18.12"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pnpm run compile && pnpm run _test",
    "_test": "jest",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}