{
  "name": "@verdaccio/config",
  "version": "7.0.0-next.5",
  "description": "logger",
  "main": "./build/index.js",
  "types": "build/index.d.ts",
  "author": {
    "name": "Juan Picado",
    "email": "juanpicado19@gmail.com"
  },
  "repository": {
    "type": "https",
    "url": "https://github.com/verdaccio/verdaccio"
  },
  "license": "MIT",
  "homepage": "https://verdaccio.org",
  "keywords": [
    "private",
    "package",
    "repository",
    "registry",
    "enterprise",
    "modules",
    "proxy",
    "server",
    "verdaccio"
  ],
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "clean": "rimraf ./build",
    "test": "jest",
    "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",
    "watch": "pnpm build:js -- --watch",
    "build": "pnpm run build:js && pnpm run build:types"
  },
  "dependencies": {
    "@verdaccio/core": "workspace:7.0.0-next.5",
    "@verdaccio/utils": "workspace:7.0.0-next.5",
    "debug": "4.3.4",
    "js-yaml": "4.1.0",
    "lodash": "4.17.21",
    "minimatch": "7.4.6",
    "yup": "0.32.11"
  },
  "devDependencies": {
    "@types/minimatch": "5.1.2",
    "@types/yup": "0.32.0"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/verdaccio"
  }
}