2016-04-21 22:13:49 +02:00
|
|
|
{
|
2021-08-30 08:19:08 +02:00
|
|
|
"private": true,
|
|
|
|
"name": "verdaccio-dev",
|
2016-04-21 22:13:49 +02:00
|
|
|
"author": {
|
2019-02-07 07:51:44 +01:00
|
|
|
"name": "Verdaccio Maintainers",
|
|
|
|
"email": "verdaccio.npm@gmail.com"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
2019-08-26 07:01:48 +02:00
|
|
|
"homepage": "https://verdaccio.org",
|
2019-12-11 23:41:25 +01:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
},
|
2016-04-21 22:13:49 +02:00
|
|
|
"devDependencies": {
|
2022-09-29 18:37:39 +02:00
|
|
|
"@babel/cli": "7.19.3",
|
|
|
|
"@babel/core": "7.19.3",
|
2022-09-24 13:44:34 +02:00
|
|
|
"@babel/node": "7.19.1",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
2022-09-29 18:37:39 +02:00
|
|
|
"@babel/plugin-proposal-decorators": "7.19.3",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.18.6",
|
|
|
|
"@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.18.9",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.18.9",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.18.6",
|
2020-08-11 07:21:51 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.18.6",
|
2022-09-11 18:26:14 +02:00
|
|
|
"@babel/plugin-transform-classes": "7.19.0",
|
2022-09-24 13:44:34 +02:00
|
|
|
"@babel/plugin-transform-runtime": "7.19.1",
|
2022-09-29 18:37:39 +02:00
|
|
|
"@babel/preset-env": "7.19.3",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/preset-react": "7.18.6",
|
|
|
|
"@babel/preset-typescript": "7.18.6",
|
|
|
|
"@babel/register": "7.18.9",
|
2022-09-11 18:26:14 +02:00
|
|
|
"@babel/runtime": "7.19.0",
|
2022-08-21 14:15:20 +02:00
|
|
|
"@dianmora/contributors": "5.0.0",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@changesets/changelog-github": "0.4.6",
|
2022-09-02 20:40:12 +02:00
|
|
|
"@changesets/cli": "2.24.4",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@changesets/get-dependents-graph": "1.3.3",
|
2022-09-24 13:44:34 +02:00
|
|
|
"@crowdin/cli": "3.8.1",
|
2022-08-08 19:20:37 +02:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "3.3.0",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@types/async": "3.2.15",
|
2021-09-01 07:35:24 +02:00
|
|
|
"@types/autocannon": "4.1.1",
|
2022-09-14 07:46:28 +02:00
|
|
|
"@types/express": "4.17.14",
|
2022-01-18 08:35:07 +01:00
|
|
|
"@types/http-errors": "1.8.2",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@types/jest": "27.5.2",
|
2022-09-29 18:37:39 +02:00
|
|
|
"@types/lodash": "4.14.186",
|
2021-09-01 07:35:24 +02:00
|
|
|
"@types/mime": "2.0.3",
|
2021-08-30 08:19:08 +02:00
|
|
|
"@types/minimatch": "3.0.5",
|
2022-09-29 18:37:39 +02:00
|
|
|
"@types/node": "16.11.62",
|
2022-08-27 15:41:25 +02:00
|
|
|
"@types/jsonwebtoken": "8.5.9",
|
2022-01-02 08:43:48 +01:00
|
|
|
"@types/request": "2.48.8",
|
2022-08-20 09:28:29 +02:00
|
|
|
"@types/semver": "7.3.12",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@types/node-fetch": "2.6.2",
|
2022-03-27 21:42:52 +02:00
|
|
|
"@types/supertest": "2.0.12",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@types/testing-library__jest-dom": "5.14.5",
|
2022-09-29 18:37:39 +02:00
|
|
|
"@types/validator": "13.7.7",
|
2021-09-03 19:06:27 +02:00
|
|
|
"@types/webpack": "5.28.0",
|
2022-08-20 09:28:29 +02:00
|
|
|
"@types/webpack-env": "1.18.0",
|
2022-09-15 21:10:46 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.37.0",
|
|
|
|
"@typescript-eslint/parser": "5.37.0",
|
2021-06-05 15:33:17 +02:00
|
|
|
"@verdaccio/benchmark": "workspace:*",
|
2021-05-16 17:11:08 +02:00
|
|
|
"@verdaccio/eslint-config": "workspace:*",
|
2021-06-13 09:14:04 +02:00
|
|
|
"@verdaccio/types": "workspace:*",
|
|
|
|
"@verdaccio/ui-theme": "workspace:*",
|
2022-09-24 13:44:34 +02:00
|
|
|
"autocannon": "7.10.0",
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "10.1.0",
|
2022-09-29 18:37:39 +02:00
|
|
|
"babel-jest": "29.1.0",
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2021-09-04 14:33:45 +02:00
|
|
|
"babel-plugin-emotion": "10.2.2",
|
2021-12-20 07:49:26 +01:00
|
|
|
"concurrently": "6.5.1",
|
2022-09-29 18:37:39 +02:00
|
|
|
"core-js": "3.25.3",
|
2021-01-16 10:40:43 +01:00
|
|
|
"cross-env": "7.0.3",
|
2022-05-19 22:03:04 +02:00
|
|
|
"debug": "4.3.4",
|
2020-05-20 22:45:08 +02:00
|
|
|
"detect-secrets": "1.0.6",
|
2022-09-29 18:37:39 +02:00
|
|
|
"jest-diff": "29.1.0",
|
2022-09-15 21:10:46 +02:00
|
|
|
"eslint": "8.23.1",
|
2022-08-08 08:55:41 +02:00
|
|
|
"fs-extra": "10.1.0",
|
2021-10-23 08:50:42 +02:00
|
|
|
"husky": "7.0.4",
|
2021-01-16 10:40:43 +01:00
|
|
|
"in-publish": "2.0.1",
|
2022-09-29 18:37:39 +02:00
|
|
|
"jest": "29.1.1",
|
|
|
|
"jest-environment-jsdom": "29.1.1",
|
2022-08-08 08:55:41 +02:00
|
|
|
"jest-environment-jsdom-global": "3.1.2",
|
2022-09-29 18:37:39 +02:00
|
|
|
"jest-environment-node": "29.1.1",
|
2021-10-20 07:44:00 +02:00
|
|
|
"jest-junit": "12.3.0",
|
2021-08-30 08:19:08 +02:00
|
|
|
"kleur": "3.0.3",
|
2021-12-25 14:05:07 +01:00
|
|
|
"lint-staged": "11.2.6",
|
2022-09-02 20:40:12 +02:00
|
|
|
"nock": "13.2.9",
|
2022-01-09 16:30:35 +01:00
|
|
|
"node-fetch": "cjs",
|
2022-09-24 13:44:34 +02:00
|
|
|
"nodemon": "2.0.20",
|
2020-09-03 21:15:29 +02:00
|
|
|
"npm-run-all": "4.1.5",
|
2022-08-08 19:20:37 +02:00
|
|
|
"prettier": "2.7.1",
|
2020-06-30 21:55:14 +02:00
|
|
|
"rimraf": "3.0.2",
|
2022-01-11 17:42:00 +01:00
|
|
|
"selfsigned": "1.10.14",
|
2022-08-08 08:55:41 +02:00
|
|
|
"supertest": "6.2.4",
|
|
|
|
"ts-node": "10.9.1",
|
2022-09-29 18:37:39 +02:00
|
|
|
"typescript": "4.8.4",
|
2021-10-16 20:24:57 +02:00
|
|
|
"update-ts-references": "2.4.1",
|
2020-11-15 14:25:03 +01:00
|
|
|
"verdaccio-audit": "workspace:*",
|
|
|
|
"verdaccio-auth-memory": "workspace:*",
|
|
|
|
"verdaccio-htpasswd": "workspace:*",
|
|
|
|
"verdaccio-memory": "workspace:*"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-08-02 22:45:16 +02:00
|
|
|
"prepare": "husky install",
|
2021-09-16 07:03:57 +02:00
|
|
|
"husky:pre-commit": "lint-staged",
|
2022-09-19 23:10:38 +02:00
|
|
|
"clean": "pnpm run clean",
|
|
|
|
"build": "pnpm run build --filter=./packages && pnpm run build --filter=./e2e",
|
2020-03-03 23:59:19 +01:00
|
|
|
"docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
2020-09-03 21:15:29 +02:00
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
|
|
|
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
2022-07-29 20:51:45 +02:00
|
|
|
"lint": "eslint --max-warnings 100 \"**/*.{js,jsx,ts,tsx}\"",
|
2020-12-21 10:22:06 +01:00
|
|
|
"test": "pnpm recursive test --filter ./packages",
|
2022-09-19 23:10:38 +02:00
|
|
|
"test:e2e:cli": "pnpm test --filter ...@verdaccio/e2e-cli-* -- --coverage=false",
|
2020-12-22 13:10:20 +01:00
|
|
|
"test:e2e:ui": "pnpm test --filter ...@verdaccio/e2e-ui",
|
2020-12-22 21:16:11 +01:00
|
|
|
"start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
|
2021-06-05 15:33:17 +02:00
|
|
|
"benchmark:hyper": "verdaccio-benchmark hyper -r ./hyper-results.json",
|
|
|
|
"benchmark:api": "verdaccio-benchmark api",
|
2021-06-05 16:01:28 +02:00
|
|
|
"benchmark:submit": "pnpm ts-node ./scripts/submit-metrics.ts",
|
2022-02-15 22:18:20 +01:00
|
|
|
"contributors": "ts-node ./scripts/contributors-update.ts",
|
2020-12-22 21:16:11 +01:00
|
|
|
"start:watch": "concurrently --kill-others \"pnpm _build:watch\" \"pnpm _start:server\" \"pnpm _debug:reload\"",
|
|
|
|
"_build:watch": "pnpm run --parallel watch --filter ./packages",
|
2021-09-25 17:35:03 +02:00
|
|
|
"_start:server": "node --inspect packages/verdaccio/debug/bootstrap.js --listen 8000",
|
2020-12-22 21:16:11 +01:00
|
|
|
"_start:web": "pnpm start --filter ...@verdaccio/ui-theme",
|
|
|
|
"_debug:reload": "nodemon -d 3 packages/verdaccio/debug/bootstrap.js",
|
2020-12-22 10:25:07 +01:00
|
|
|
"start:ts": "ts-node packages/verdaccio/src/start.ts -- --listen 8000",
|
2021-09-08 19:06:37 +02:00
|
|
|
"debug": "node --trace-warnings --trace-uncaught --inspect packages/verdaccio/debug/bootstrap.js",
|
2022-08-08 07:14:23 +02:00
|
|
|
"debug:fastify": "cross-env VERDACCIO_SERVER=fastify node --trace-warnings --trace-uncaught --inspect packages/verdaccio/debug/bootstrap.js",
|
2021-09-08 19:06:37 +02:00
|
|
|
"debug:break": "node --trace-warnings --trace-uncaught --inspect-brk packages/verdaccio/debug/bootstrap.js",
|
2020-08-22 12:42:58 +02:00
|
|
|
"changeset": "changeset",
|
|
|
|
"changeset:check": "changeset status --since-master",
|
2020-08-23 09:26:51 +02:00
|
|
|
"ci:version": "run-s ci:version:changeset ci:version:install",
|
|
|
|
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
2021-01-10 19:05:21 +01:00
|
|
|
"ci:version:changeset": "changeset version",
|
2021-05-24 10:46:25 +02:00
|
|
|
"ci:publish": "changeset publish",
|
2021-07-11 15:42:56 +02:00
|
|
|
"ts:ref": "update-ts-references --discardComments",
|
2021-07-27 21:52:49 +02:00
|
|
|
"website": "pnpm build --filter ...@verdaccio/website",
|
|
|
|
"crowdin:upload": "crowdin upload sources --auto-update --config ./crowdin.yaml",
|
2021-09-25 17:35:03 +02:00
|
|
|
"crowdin:download": "crowdin download --verbose --config ./crowdin.yaml",
|
2021-09-16 07:03:57 +02:00
|
|
|
"crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download --verbose",
|
2022-09-02 20:40:12 +02:00
|
|
|
"postinstall": "husky install",
|
|
|
|
"local:registry": "pnpm start --filter ...@verdaccio/local-publish",
|
|
|
|
"local:publish": "cross-env npm_config_registry=http://localhost:4873 pnpm ci:publish",
|
|
|
|
"local:publish:release": "concurrently \"pnpm local:registry\" \"pnpm local:publish\""
|
2018-08-15 22:17:41 +02:00
|
|
|
},
|
2022-05-19 22:03:04 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16.5",
|
2022-05-19 22:08:32 +02:00
|
|
|
"pnpm": ">=6.32.3 <7.0.0"
|
2022-05-19 22:03:04 +02:00
|
|
|
},
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
2020-09-03 21:15:29 +02:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
|
|
|
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
|
2018-01-20 09:45:44 +01:00
|
|
|
}
|
2018-02-24 22:18:58 +01:00
|
|
|
}
|