UNPKG

@pnpm/logger

Version:
45 lines 1 kB
{ "name": "@pnpm/logger", "version": "1001.0.0", "description": "Logger for pnpm", "keywords": [ "pnpm", "pnpm10", "logger" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/packages/logger", "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/logger#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "bole": "^5.0.17", "ndjson": "^2.0.0" }, "devDependencies": { "@pnpm/logger": "1001.0.0" }, "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" } }