{
  "name": "@pnpm/modules-yaml",
  "version": "12.1.7",
  "description": "Reads/writes `node_modules/.modules.yaml`",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "engines": {
    "node": ">=16.14"
  },
  "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/modules-yaml",
  "keywords": [
    "pnpm8",
    "pnpm",
    "modules.yaml"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/modules-yaml#readme",
  "dependencies": {
    "is-windows": "^1.0.2",
    "ramda": "npm:@pnpm/ramda@0.28.1",
    "read-yaml-file": "^2.1.0",
    "write-yaml-file": "^5.0.0",
    "@pnpm/types": "9.4.2"
  },
  "devDependencies": {
    "@types/is-windows": "^1.0.2",
    "@types/ramda": "0.28.20",
    "tempy": "^1.0.1",
    "@pnpm/modules-yaml": "12.1.7"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}