2016-04-21 15:13:49 -05:00
|
|
|
{
|
2021-08-30 01:19:08 -05:00
|
|
|
"private": true,
|
|
|
|
"name": "verdaccio-dev",
|
2016-04-21 15:13:49 -05:00
|
|
|
"author": {
|
2019-02-07 01:51:44 -05:00
|
|
|
"name": "Verdaccio Maintainers",
|
|
|
|
"email": "verdaccio.npm@gmail.com"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 11:51:53 -05:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
2019-08-26 00:01:48 -05:00
|
|
|
"homepage": "https://verdaccio.org",
|
2019-12-11 17:41:25 -05:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
},
|
2016-04-21 15:13:49 -05:00
|
|
|
"devDependencies": {
|
2021-10-16 03:24:29 -05:00
|
|
|
"@babel/cli": "7.15.7",
|
|
|
|
"@babel/core": "7.15.8",
|
|
|
|
"@babel/node": "7.15.8",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
2021-10-16 03:24:29 -05:00
|
|
|
"@babel/plugin-proposal-decorators": "7.15.8",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.14.5",
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.14.5",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.14.5",
|
2021-10-16 03:24:29 -05:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.14.5",
|
2020-08-11 00:21:51 -05:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.14.5",
|
2021-09-04 07:33:45 -05:00
|
|
|
"@babel/plugin-transform-classes": "7.15.4",
|
2021-10-16 03:24:29 -05:00
|
|
|
"@babel/plugin-transform-runtime": "7.15.8",
|
|
|
|
"@babel/preset-env": "7.15.8",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@babel/preset-react": "7.14.5",
|
|
|
|
"@babel/preset-typescript": "7.15.0",
|
|
|
|
"@babel/register": "7.15.3",
|
2021-09-04 07:33:45 -05:00
|
|
|
"@babel/runtime": "7.15.4",
|
2021-09-04 03:29:15 -05:00
|
|
|
"@changesets/changelog-github": "0.2.8",
|
2021-05-16 12:03:39 -05:00
|
|
|
"@changesets/cli": "2.15.0",
|
2021-09-04 03:29:15 -05:00
|
|
|
"@changesets/get-dependents-graph": "1.2.2",
|
2021-10-16 11:46:54 -05:00
|
|
|
"@crowdin/cli": "3.7.0",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@types/async": "3.2.7",
|
|
|
|
"@types/autocannon": "4.1.1",
|
2021-01-16 04:40:43 -05:00
|
|
|
"@types/autosuggest-highlight": "3.1.1",
|
2021-10-16 07:47:10 -05:00
|
|
|
"@types/express": "4.17.13",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@types/http-errors": "1.8.1",
|
2021-10-16 09:13:19 -05:00
|
|
|
"@types/jest": "27.0.2",
|
2021-10-21 15:16:07 -05:00
|
|
|
"@types/lodash": "4.14.176",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@types/mime": "2.0.3",
|
2021-08-30 01:19:08 -05:00
|
|
|
"@types/minimatch": "3.0.5",
|
|
|
|
"@types/node": "14.6.0",
|
2021-09-01 00:35:24 -05:00
|
|
|
"@types/request": "2.48.7",
|
|
|
|
"@types/semver": "7.3.8",
|
|
|
|
"@types/supertest": "2.0.11",
|
2021-08-30 01:19:08 -05:00
|
|
|
"@types/testing-library__jest-dom": "5.14.1",
|
|
|
|
"@types/validator": "13.6.3",
|
2021-09-03 12:06:27 -05:00
|
|
|
"@types/webpack": "5.28.0",
|
2021-10-16 09:13:37 -05:00
|
|
|
"@types/webpack-env": "1.16.3",
|
2021-10-16 12:46:32 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
|
|
"@typescript-eslint/parser": "4.33.0",
|
2021-06-05 08:33:17 -05:00
|
|
|
"@verdaccio/benchmark": "workspace:*",
|
2021-05-16 10:11:08 -05:00
|
|
|
"@verdaccio/eslint-config": "workspace:*",
|
2021-06-13 02:14:04 -05:00
|
|
|
"@verdaccio/types": "workspace:*",
|
|
|
|
"@verdaccio/ui-theme": "workspace:*",
|
2021-10-17 08:46:34 -05:00
|
|
|
"autocannon": "7.5.0",
|
2020-08-11 00:21:51 -05:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "10.1.0",
|
2021-10-16 11:46:05 -05:00
|
|
|
"babel-jest": "27.2.5",
|
2020-08-11 00:21:51 -05:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2021-09-04 07:33:45 -05:00
|
|
|
"babel-plugin-emotion": "10.2.2",
|
2021-09-01 00:35:24 -05:00
|
|
|
"codecov": "3.8.3",
|
2021-10-17 09:36:30 -05:00
|
|
|
"concurrently": "6.3.0",
|
2021-09-08 12:06:37 -05:00
|
|
|
"core-js": "3.17.2",
|
2021-01-16 04:40:43 -05:00
|
|
|
"cross-env": "7.0.3",
|
2021-08-30 01:19:08 -05:00
|
|
|
"debug": "4.3.2",
|
2020-05-20 15:45:08 -05:00
|
|
|
"detect-secrets": "1.0.6",
|
2021-09-01 00:35:24 -05:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
"fs-extra": "10.0.0",
|
2021-09-16 00:03:57 -05:00
|
|
|
"husky": "7.0.2",
|
2021-01-16 04:40:43 -05:00
|
|
|
"in-publish": "2.0.1",
|
2021-10-16 11:46:05 -05:00
|
|
|
"jest": "27.2.5",
|
|
|
|
"jest-environment-jsdom": "27.2.5",
|
2021-09-01 00:35:24 -05:00
|
|
|
"jest-environment-jsdom-global": "3.0.0",
|
2021-10-16 11:46:05 -05:00
|
|
|
"jest-environment-node": "27.2.5",
|
2021-10-20 00:44:00 -05:00
|
|
|
"jest-junit": "12.3.0",
|
2021-08-30 01:19:08 -05:00
|
|
|
"kleur": "3.0.3",
|
2021-09-03 14:55:39 -05:00
|
|
|
"lint-staged": "11.1.2",
|
2020-06-30 14:55:14 -05:00
|
|
|
"nock": "12.0.3",
|
2021-09-01 12:15:15 -05:00
|
|
|
"node-fetch": "3.0.0-beta.6-exportfix",
|
2021-10-16 12:24:15 -05:00
|
|
|
"nodemon": "2.0.13",
|
2020-09-03 14:15:29 -05:00
|
|
|
"npm-run-all": "4.1.5",
|
2021-09-01 00:35:24 -05:00
|
|
|
"prettier": "2.3.2",
|
2020-06-30 14:55:14 -05:00
|
|
|
"rimraf": "3.0.2",
|
2021-08-30 01:19:08 -05:00
|
|
|
"selfsigned": "1.10.11",
|
|
|
|
"supertest": "6.1.6",
|
|
|
|
"ts-node": "10.2.1",
|
|
|
|
"typescript": "4.4.2",
|
2021-10-16 13:24:57 -05:00
|
|
|
"update-ts-references": "2.4.1",
|
2021-10-16 05:20:26 -05:00
|
|
|
"verdaccio": "5.1.6",
|
2020-11-15 08:25:03 -05:00
|
|
|
"verdaccio-audit": "workspace:*",
|
|
|
|
"verdaccio-auth-memory": "workspace:*",
|
|
|
|
"verdaccio-htpasswd": "workspace:*",
|
|
|
|
"verdaccio-memory": "workspace:*"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-16 00:03:57 -05:00
|
|
|
"husky:pre-commit": "lint-staged",
|
2020-08-11 00:21:51 -05:00
|
|
|
"clean": "pnpm recursive run clean",
|
2021-07-27 14:52:49 -05:00
|
|
|
"build": "pnpm recursive run build --filter=!@verdaccio/website",
|
2020-03-03 17:59:19 -05:00
|
|
|
"docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
2020-09-03 14:15:29 -05:00
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
|
|
|
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
2021-10-18 14:36:53 -05:00
|
|
|
"lint": "eslint --max-warnings 45 \"**/*.{js,jsx,ts,tsx}\"",
|
2020-12-21 04:22:06 -05:00
|
|
|
"test": "pnpm recursive test --filter ./packages",
|
|
|
|
"test:e2e:cli": "pnpm test --filter ...@verdaccio/e2e-cli",
|
2020-12-22 07:10:20 -05:00
|
|
|
"test:e2e:ui": "pnpm test --filter ...@verdaccio/e2e-ui",
|
2020-12-22 15:16:11 -05:00
|
|
|
"start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
|
2021-06-05 08:33:17 -05:00
|
|
|
"benchmark:hyper": "verdaccio-benchmark hyper -r ./hyper-results.json",
|
|
|
|
"benchmark:api": "verdaccio-benchmark api",
|
2021-06-05 09:01:28 -05:00
|
|
|
"benchmark:submit": "pnpm ts-node ./scripts/submit-metrics.ts",
|
2020-12-22 15:16:11 -05: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 10:35:03 -05:00
|
|
|
"_start:server": "node --inspect packages/verdaccio/debug/bootstrap.js --listen 8000",
|
2020-12-22 15:16:11 -05:00
|
|
|
"_start:web": "pnpm start --filter ...@verdaccio/ui-theme",
|
|
|
|
"_debug:reload": "nodemon -d 3 packages/verdaccio/debug/bootstrap.js",
|
2020-12-22 04:25:07 -05:00
|
|
|
"start:ts": "ts-node packages/verdaccio/src/start.ts -- --listen 8000",
|
2021-09-08 12:06:37 -05:00
|
|
|
"debug": "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",
|
2020-08-22 05:42:58 -05:00
|
|
|
"changeset": "changeset",
|
|
|
|
"changeset:check": "changeset status --since-master",
|
2020-08-23 02:26:51 -05:00
|
|
|
"ci:version": "run-s ci:version:changeset ci:version:install",
|
|
|
|
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
2021-01-10 13:05:21 -05:00
|
|
|
"ci:version:changeset": "changeset version",
|
2021-05-24 03:46:25 -05:00
|
|
|
"ci:publish": "changeset publish",
|
2021-07-11 08:42:56 -05:00
|
|
|
"ts:ref": "update-ts-references --discardComments",
|
2021-07-27 14:52:49 -05:00
|
|
|
"website": "pnpm build --filter ...@verdaccio/website",
|
|
|
|
"crowdin:upload": "crowdin upload sources --auto-update --config ./crowdin.yaml",
|
2021-09-25 10:35:03 -05:00
|
|
|
"crowdin:download": "crowdin download --verbose --config ./crowdin.yaml",
|
2021-09-16 00:03:57 -05:00
|
|
|
"crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download --verbose",
|
|
|
|
"postinstall": "husky install"
|
2018-08-15 15:17:41 -05:00
|
|
|
},
|
2018-01-20 03:45:44 -05:00
|
|
|
"license": "MIT",
|
2020-09-03 14:15:29 -05:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
|
|
|
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
|
2018-01-20 03:45:44 -05:00
|
|
|
}
|
2018-02-24 16:18:58 -05:00
|
|
|
}
|