{ "name": "@verdaccio/logger-prettify", "version": "5.0.0-alpha.0", "description": "logger", "main": "./build/index.js", "types": "build/index.d.ts", "author": { "name": "Juan Picado", "email": "juanpicado19@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/verdaccio/verdaccio" }, "license": "MIT", "homepage": "https://verdaccio.org", "scripts": { "clean": "rimraf ./build", "test": "cross-env NODE_ENV=test BABEL_ENV=test jest", "type-check": "tsc --noEmit", "lint": "yarn type-check && eslint \"@(src|tests)/**\"", "build:types": "tsc --emitDeclarationOnly --declaration true", "build:js": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps", "build": "npm run build:js && npm run build:types" }, "dependencies": { "@verdaccio/dev-commons": "5.0.0-alpha.0", "@verdaccio/commons-api": "^9.4.0", "dayjs": "^1.8.19", "lodash": "^4.17.15", "pad-right": "0.2.2", "pad-left": "2.1.0", "prettier-bytes": "^1.0.3", "pretty-ms": "^5.0.0", "fast-safe-stringify": "^2.0.7", "kleur": "^3.0.3" }, "devDependencies": { "@types/pino": "^5.17.0", "pino": "^5.14.0" }, "gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982" }