{ "name": "@pnpm/logger", "version": "1001.0.1", "description": "Logger for pnpm", "keywords": [ "pnpm", "pnpm11", "logger" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/packages/logger", "homepage": "https://github.com/pnpm/pnpm/tree/main/packages/logger#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" ], "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "bole": "catalog:", "split2": "catalog:" }, "devDependencies": { "@pnpm/logger": "workspace:*" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }