2020-04-13 14:34:26 +02:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/logger-prettify",
|
2021-04-03 21:00:23 +02:00
|
|
|
"version": "6.0.0-alpha.3",
|
2020-04-13 14:34:26 +02:00
|
|
|
"description": "logger",
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-04-13 14:34:26 +02:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 17:51:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10",
|
|
|
|
"npm": ">=6"
|
|
|
|
},
|
2020-04-13 14:34:26 +02:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
|
2020-09-07 07:07:05 +02:00
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
2020-12-22 21:16:11 +01:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
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": {
|
2021-09-01 07:35:24 +02:00
|
|
|
"dayjs": "1.10.6",
|
|
|
|
"fast-safe-stringify": "2.0.8",
|
2020-05-20 22:45:08 +02:00
|
|
|
"kleur": "3.0.3",
|
2021-08-30 08:19:08 +02:00
|
|
|
"lodash": "4.17.21",
|
2021-09-02 06:14:04 +02:00
|
|
|
"prettier-bytes": "1.0.4"
|
2020-04-13 14:34:26 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-30 08:19:08 +02:00
|
|
|
"@types/pino": "6.3.11",
|
2021-09-01 19:15:15 +02:00
|
|
|
"pino": "6.13.1"
|
2021-02-11 17:51:53 +01:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
2020-11-14 13:50:24 +01:00
|
|
|
}
|
2020-04-13 14:34:26 +02:00
|
|
|
}
|