{
  "private": true,
  "name": "verdaccio-dev",
  "author": {
    "name": "Verdaccio Maintainers",
    "email": "verdaccio.npm@gmail.com"
  },
  "repository": {
    "type": "https",
    "url": "https://github.com/verdaccio/verdaccio"
  },
  "homepage": "https://verdaccio.org",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/verdaccio"
  },
  "devDependencies": {
    "@babel/cli": "7.23.4",
    "@babel/core": "7.23.7",
    "@babel/eslint-parser": "7.23.3",
    "@babel/node": "7.22.19",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-decorators": "7.23.7",
    "@babel/plugin-proposal-export-namespace-from": "7.18.9",
    "@babel/plugin-proposal-function-sent": "7.23.3",
    "@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.23.3",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-syntax-import-meta": "7.10.4",
    "@babel/plugin-transform-async-to-generator": "7.23.3",
    "@babel/plugin-transform-classes": "7.23.8",
    "@babel/plugin-transform-runtime": "7.23.7",
    "@babel/preset-env": "7.23.8",
    "@babel/preset-react": "7.23.3",
    "@babel/preset-typescript": "7.23.3",
    "@babel/register": "7.23.7",
    "@babel/runtime": "7.23.8",
    "@changesets/changelog-github": "0.5.0",
    "@changesets/cli": "2.27.1",
    "@changesets/get-dependents-graph": "1.3.6",
    "@crowdin/cli": "3.16.1",
    "@dianmora/contributors": "5.0.0",
    "@emotion/react": "11.10.6",
    "@emotion/styled": "11.10.6",
    "@testing-library/dom": "9.3.4",
    "@testing-library/jest-dom": "6.2.1",
    "@testing-library/react": "14.1.2",
    "@trivago/prettier-plugin-sort-imports": "4.3.0",
    "@types/body-parser": "1.19.5",
    "@types/connect": "3.4.38",
    "@types/cookiejar": "2.1.5",
    "@types/debug": "4.1.12",
    "@types/express": "4.17.21",
    "@types/express-serve-static-core": "4.17.42",
    "@types/http-errors": "2.0.4",
    "@types/jest": "29.5.11",
    "@types/jsonwebtoken": "9.0.5",
    "@types/lodash": "4.14.202",
    "@types/mime": "3.0.4",
    "@types/minimatch": "5.1.2",
    "@types/node": "20.11.7",
    "@types/node-fetch": "2.6.11",
    "@types/qs": "6.9.11",
    "@types/range-parser": "1.2.7",
    "@types/react": "18.2.48",
    "@types/react-dom": "18.2.18",
    "@types/react-router-dom": "5.3.3",
    "@types/react-virtualized": "9.21.29",
    "@types/redux": "3.6.0",
    "@types/semver": "7.5.6",
    "@types/send": "0.17.4",
    "@types/serve-static": "1.15.5",
    "@types/superagent": "4.1.24",
    "@types/supertest": "2.0.16",
    "@types/testing-library__jest-dom": "6.0.0",
    "@types/validator": "13.11.8",
    "@types/webpack": "5.28.5",
    "@types/webpack-env": "1.18.4",
    "@typescript-eslint/eslint-plugin": "6.19.1",
    "@typescript-eslint/parser": "6.19.1",
    "@verdaccio/crowdin-translations": "workspace:*",
    "@verdaccio/eslint-config": "workspace:*",
    "@verdaccio/types": "workspace:*",
    "@verdaccio/ui-theme": "workspace:*",
    "@vitest/coverage-v8": "0.34.6",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "29.7.0",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "babel-plugin-emotion": "11.0.0",
    "concurrently": "8.2.2",
    "cross-env": "7.0.3",
    "debug": "4.3.4",
    "detect-secrets": "1.0.6",
    "eslint": "8.56.0",
    "fs-extra": "11.2.0",
    "got": "11.8.6",
    "husky": "8.0.3",
    "in-publish": "2.0.1",
    "jest": "29.7.0",
    "jest-diff": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "jest-environment-jsdom-global": "4.0.0",
    "jest-environment-node": "29.7.0",
    "jest-junit": "16.0.0",
    "kleur": "4.1.5",
    "lint-staged": "11.2.6",
    "nock": "13.5.0",
    "nodemon": "3.0.3",
    "npm-run-all": "4.1.5",
    "prettier": "3.2.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "5.0.5",
    "selfsigned": "2.4.1",
    "supertest": "6.3.4",
    "ts-node": "10.9.2",
    "typescript": "5.3.3",
    "undici-types": "5.28.2",
    "update-ts-references": "3.2.1",
    "verdaccio-audit": "workspace:*",
    "verdaccio-auth-memory": "workspace:*",
    "verdaccio-htpasswd": "workspace:*",
    "verdaccio-memory": "workspace:*",
    "vitest": "0.34.6"
  },
  "scripts": {
    "prepare": "husky install",
    "husky:pre-commit": "lint-staged",
    "clean": "pnpm --filter \"./packages/**\" clean",
    "build": "pnpm --filter \"./packages/**\" build && pnpm --filter @verdaccio/test-cli-commons build",
    "docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
    "lint": "eslint --max-warnings 100 \"**/*.{js,jsx,ts,tsx}\"",
    "test": "pnpm --filter \"./packages/**\" test",
    "test:e2e:cli": "pnpm --filter ...@verdaccio/e2e-cli-* test -- --coverage=false",
    "test:e2e:ui": "pnpm --filter ...@verdaccio/e2e-ui test",
    "start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
    "contributors": "ts-node ./scripts/contributors-update.ts",
    "script:addson": "ts-node ./scripts/addon-update.ts",
    "start:watch": "concurrently --kill-others \"pnpm _build:watch\" \"pnpm _start:server\" \"pnpm _debug:reload\"",
    "_build:watch": "pnpm run --parallel watch --filter ./packages",
    "_start:server": "node --inspect packages/verdaccio/debug/bootstrap.js --listen 8000",
    "_start:web": "pnpm --filter ...@verdaccio/ui-theme start",
    "_debug:reload": "nodemon -d 3 packages/verdaccio/debug/bootstrap.js",
    "start:ts": "ts-node packages/verdaccio/src/start.ts -- --listen 8000",
    "debug": "node --trace-warnings --trace-uncaught --inspect packages/verdaccio/debug/bootstrap.js",
    "debug:fastify": "cross-env VERDACCIO_SERVER=fastify node --trace-warnings --trace-uncaught --inspect packages/verdaccio/debug/bootstrap.js",
    "debug:break": "node --trace-warnings --trace-uncaught --inspect-brk packages/verdaccio/debug/bootstrap.js",
    "changeset": "changeset",
    "changeset:check": "changeset status --since-master",
    "ci:version": "run-s ci:version:changeset ci:version:install",
    "ci:version:install": "pnpm install --frozen-lockfile=false",
    "ci:version:changeset": "changeset version",
    "ci:publish": "changeset publish",
    "ts:ref": "update-ts-references --discardComments",
    "website": "pnpm --filter ...@verdaccio/website build",
    "ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook",
    "ui:storybook": "pnpm --filter ...@verdaccio/ui-components storybook",
    "translations": "local-crowdin-api translations",
    "crowdin:upload": "crowdin upload sources --auto-update --config ./crowdin.yaml",
    "crowdin:download": "crowdin download --verbose --config ./crowdin.yaml",
    "crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download",
    "postinstall": "husky install",
    "local:registry": "pnpm --filter ...@verdaccio/local-publish start",
    "local:snapshots": "changeset version --snapshot",
    "local:publish": "cross-env npm_config_registry=http://localhost:4873 changeset publish --no-git-tag",
    "local:publish:release": "concurrently \"pnpm local:registry\" \"pnpm local:publish\""
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
    "*.{js,jsx,ts,tsx}": "eslint --cache --fix"
  },
  "packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf"
}