2020-04-13 14:34:26 +02:00
|
|
|
{
|
|
|
|
"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",
|
|
|
|
"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",
|
2020-08-11 07:21:51 +02:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
2020-04-13 14:34:26 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-19 22:02:40 +02:00
|
|
|
"@verdaccio/commons-api": "workspace:*",
|
2020-04-13 14:34:26 +02:00
|
|
|
"@verdaccio/dev-commons": "5.0.0-alpha.0",
|
2020-05-20 22:45:08 +02:00
|
|
|
"dayjs": "1.8.19",
|
|
|
|
"fast-safe-stringify": "2.0.7",
|
|
|
|
"kleur": "3.0.3",
|
|
|
|
"lodash": "4.17.15",
|
2020-04-13 14:34:26 +02:00
|
|
|
"pad-left": "2.1.0",
|
2020-05-20 22:45:08 +02:00
|
|
|
"pad-right": "0.2.2",
|
|
|
|
"prettier-bytes": "1.0.3",
|
|
|
|
"pretty-ms": "5.0.0"
|
2020-04-13 14:34:26 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-20 22:45:08 +02:00
|
|
|
"@types/pino": "6.0.1",
|
|
|
|
"pino": "6.2.1"
|
2020-04-13 14:34:26 +02:00
|
|
|
},
|
|
|
|
"gitHead": "7c246ede52ff717707fcae66dd63fc4abd536982"
|
|
|
|
}
|