{
  "name": "verdaccio",
  "version": "6.1.5",
  "description": "A lightweight private npm proxy registry",
  "author": {
    "name": "Verdaccio Maintainers",
    "email": "verdaccio.npm@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/verdaccio/verdaccio"
  },
  "homepage": "https://verdaccio.org",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "bin": "./bin/verdaccio",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/verdaccio"
  },
  "dependencies": {
    "@cypress/request": "3.0.8",
    "@verdaccio/auth": "8.0.0-next-8.19",
    "@verdaccio/config": "8.0.0-next-8.19",
    "@verdaccio/core": "8.0.0-next-8.19",
    "@verdaccio/loaders": "8.0.0-next-8.9",
    "@verdaccio/local-storage-legacy": "11.0.2",
    "@verdaccio/logger": "8.0.0-next-8.19",
    "@verdaccio/middleware": "8.0.0-next-8.19",
    "@verdaccio/search-indexer": "8.0.0-next-8.5",
    "@verdaccio/signature": "8.0.0-next-8.11",
    "@verdaccio/streams": "10.2.1",
    "@verdaccio/tarball": "13.0.0-next-8.19",
    "@verdaccio/ui-theme": "8.0.0-next-8.19",
    "@verdaccio/url": "13.0.0-next-8.19",
    "@verdaccio/utils": "8.1.0-next-8.19",
    "JSONStream": "1.3.5",
    "async": "3.2.6",
    "clipanion": "4.0.0-rc.4",
    "compression": "1.8.0",
    "cors": "2.8.5",
    "debug": "4.4.1",
    "envinfo": "7.14.0",
    "express": "4.21.2",
    "handlebars": "4.7.8",
    "lodash": "4.17.21",
    "lru-cache": "7.18.3",
    "mime": "3.0.0",
    "mkdirp": "1.0.4",
    "pkginfo": "0.4.1",
    "semver": "7.7.2",
    "verdaccio-audit": "13.0.0-next-8.19",
    "verdaccio-htpasswd": "13.0.0-next-8.19"
  },
  "devDependencies": {
    "@babel/cli": "7.27.2",
    "@babel/core": "7.27.4",
    "@babel/eslint-parser": "7.26.8",
    "@babel/node": "7.27.1",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-decorators": "7.27.1",
    "@babel/plugin-proposal-export-namespace-from": "7.18.9",
    "@babel/plugin-proposal-function-sent": "7.27.1",
    "@babel/plugin-proposal-json-strings": "7.18.6",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
    "@babel/plugin-proposal-numeric-separator": "7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "7.20.7",
    "@babel/plugin-proposal-optional-chaining": "7.21.0",
    "@babel/plugin-proposal-throw-expressions": "7.27.1",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-syntax-import-meta": "7.10.4",
    "@babel/plugin-transform-async-to-generator": "7.27.1",
    "@babel/plugin-transform-classes": "7.27.1",
    "@babel/plugin-transform-runtime": "7.27.4",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "7.27.2",
    "@babel/preset-typescript": "7.27.1",
    "@babel/register": "7.27.1",
    "@babel/runtime": "7.27.6",
    "@octokit/rest": "21.1.1",
    "@trivago/prettier-plugin-sort-imports": "4.3.0",
    "@types/async": "3.2.24",
    "@types/express": "4.17.23",
    "@types/express-serve-static-core": "4.19.6",
    "@types/http-errors": "2.0.5",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.17.19",
    "@types/mime": "3.0.4",
    "@types/minimatch": "5.1.2",
    "@types/node": "20.19.1",
    "@types/pino": "7.0.5",
    "@types/request": "2.48.12",
    "@types/semver": "7.7.0",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.62.0",
    "@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
    "@verdaccio/types": "12.0.0-next-7.5",
    "babel-jest": "29.7.0",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "cross-env": "7.0.3",
    "detect-secrets": "1.0.6",
    "eslint": "8.57.1",
    "eslint-config-google": "0.14.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-babel": "5.3.1",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jest": "27.9.0",
    "eslint-plugin-prettier": "5.2.3",
    "eslint-plugin-simple-import-sort": "12.1.1",
    "eslint-plugin-verdaccio": "10.0.0",
    "fs-extra": "10.1.0",
    "jest": "29.7.0",
    "jest-config": "29.7.0",
    "jest-environment-node": "29.7.0",
    "jest-junit": "15.0.0",
    "kleur": "4.1.5",
    "lockfile-lint": "4.14.0",
    "nock": "13.5.6",
    "node-mocks-http": "^1.16.2",
    "pinst": "2.1.6",
    "prettier": "3.4.2",
    "rimraf": "3.0.2",
    "selfsigned": "2.4.1",
    "standard-version": "9.5.0",
    "supertest": "7.0.0",
    "ts-node": "10.9.2",
    "typescript": "4.9.5",
    "verdaccio-auth-memory": "10.2.2",
    "verdaccio-memory": "10.3.2"
  },
  "keywords": [
    "private",
    "package",
    "repository",
    "registry",
    "enterprise",
    "modules",
    "proxy",
    "server",
    "verdaccio"
  ],
  "scripts": {
    "release": "standard-version -a -s",
    "type-check": "tsc --noEmit",
    "cache:clean": "yarn cache clean --mirror && yarn cache clean --all",
    "type-check:watch": "yarn run type-check -- --watch",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "test": "yarn run test:unit",
    "test:clean": "npx jest --clearCache",
    "test:unit": "cross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests",
    "test:functional": "cross-env NODE_ENV=test jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index* --passWithNoTests",
    "test:e2e:cli": "cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests",
    "test:all": "yarn run test && yarn run test:functional",
    "pre:ci": "yarn run lint",
    "lint:ts": "yarn run type-check",
    "lint": "eslint \"**/*.{js,jsx,ts}\" --max-warnings 145 -c ./eslintrc.cjs",
    "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --allowed-hosts verdaccio npm yarn",
    "start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect",
    "start:brk": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect-brk",
    "start:debug": "yarn node debug/bootstrap.js",
    "start:run-server": "yarn node debug/bootstrap-runserver.js",
    "build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps inline",
    "code:types": "tsc --emitDeclarationOnly -p tsconfig.json",
    "code:docker-build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\"",
    "docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
    "docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
  },
  "engines": {
    "node": ">=18"
  },
  "preferGlobal": true,
  "license": "MIT",
  "resolutions": {
    "@types/serve-static": "1.15.8",
    "@types/express-serve-static-core": "4.19.6"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/verdaccio",
    "logo": "https://opencollective.com/verdaccio/logo.txt"
  },
  "packageManager": "yarn@4.9.2"
}
