2020-03-03 17:59:19 -05:00
|
|
|
{
|
2023-02-05 15:00:32 -05:00
|
|
|
"name": "@verdaccio/logger-commons",
|
2024-09-12 14:24:03 -05:00
|
|
|
"version": "8.0.0-next-8.1",
|
2020-03-03 17:59:19 -05:00
|
|
|
"description": "logger",
|
|
|
|
"main": "./build/index.js",
|
2022-10-11 16:06:55 -05:00
|
|
|
"types": "./build/index.d.ts",
|
2020-03-03 17:59:19 -05:00
|
|
|
"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": {
|
2023-10-14 15:43:03 -05:00
|
|
|
"node": ">=12"
|
2021-02-11 11:51:53 -05:00
|
|
|
},
|
2020-03-03 17:59:19 -05:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
2022-08-18 14:39:34 -05:00
|
|
|
"test": "cross-env TZ=utc jest",
|
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",
|
2022-10-11 16:06:55 -05:00
|
|
|
"build": "pnpm run build:js && pnpm run build:types"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-12 14:24:03 -05:00
|
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.1",
|
2024-09-12 13:14:36 -05:00
|
|
|
"@verdaccio/logger-prettify": "workspace:8.0.0-next-8.0",
|
2024-09-12 12:21:14 -05:00
|
|
|
"debug": "4.3.7",
|
2023-05-02 12:05:33 -05:00
|
|
|
"colorette": "2.0.20"
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-23 14:59:18 -05:00
|
|
|
"pino": "7.11.0",
|
2024-09-12 13:14:36 -05:00
|
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.0"
|
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
|
|
|
}
|