2020-03-03 17:59:19 -05:00
|
|
|
{
|
|
|
|
"name": "@verdaccio/logger",
|
2021-12-15 13:02:26 -05:00
|
|
|
"version": "6.0.0-6-next.8",
|
2020-03-03 17:59:19 -05:00
|
|
|
"description": "logger",
|
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Juan Picado",
|
|
|
|
"email": "juanpicado19@gmail.com"
|
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 11:51:53 -05:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
2021-02-11 11:51:53 -05:00
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
|
|
|
],
|
|
|
|
"engines": {
|
2021-10-15 11:49:47 -05:00
|
|
|
"node": ">=14",
|
2021-02-11 11:51:53 -05:00
|
|
|
"npm": ">=6"
|
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2020-04-13 07:34:26 -05:00
|
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --runTestsByPath",
|
2020-09-07 00:07:05 -05: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 15:16:11 -05:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2020-08-11 00:21:51 -05:00
|
|
|
"build": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-15 13:02:26 -05:00
|
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.4",
|
|
|
|
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.5",
|
2021-11-30 04:29:53 -05:00
|
|
|
"debug": "4.3.3",
|
2021-08-30 01:19:08 -05:00
|
|
|
"lodash": "4.17.21",
|
2022-01-11 11:42:00 -05:00
|
|
|
"pino": "7.6.3"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-15 13:02:26 -05:00
|
|
|
"@verdaccio/types": "workspace:11.0.0-6-next.10"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
2021-02-11 11:51:53 -05:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|