@pnpm/logger
Version:
Logger for pnpm
46 lines • 1.02 kB
JSON
{
"name": "@pnpm/logger",
"version": "1001.0.1",
"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"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"bole": "^5.0.17",
"split2": "^4.2.0"
},
"devDependencies": {
"@pnpm/logger": "1001.0.1"
},
"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"
}
}