mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
b121e3662f
* build: update deps dompurify, esbuild-loader, envinfo, express-rate-limit, fastify, handlebars, jsdom * build: remove unused devDep wait-on * build: update dep http-status-codes * build: update devDeps @typescript-eslint/*; deps aws-sdk & memfs * build: update devDep terser-webpack-plugin * build: update devDep eslint-plugin-prettier * build: update dev/devDeps node-fetch, react-hook-form * build: update e2e-cli deps npm & pnpm * build: update website devDev sass * build: update ui-theme devDep github-markdown-css * build: update logger dep pino minor version * build: update web devDep node-html-parser * build: remove some legacy flow-typed cruft * style: eslint-config-airbnb-typescript => @verdaccio/eslint-config; use prettier width 100 in website * fix: attempt eslint fix in Features.tsx as suggested by @semoal; website eslint still 1 error * fix: attempt to fix eslint warn about hooks usage Co-authored-by: Sergio Moreno <22656541+semoal@users.noreply.github.com>
29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "@verdaccio/benchmark",
|
|
"version": "1.0.0",
|
|
"bin": {
|
|
"verdaccio-benchmark": "./index.js"
|
|
},
|
|
"private": "true",
|
|
"description": "benchmark",
|
|
"main": "./build/index.js",
|
|
"scripts": {
|
|
"build": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
"run": "ts-node src/init.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clipanion": "3.0.1",
|
|
"temp-dir": "2.0.0",
|
|
"get-port": "5.1.1",
|
|
"semver": "7.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"autocannon": "7.4.0",
|
|
"node-fetch": "3.0.0-beta.6-exportfix",
|
|
"ts-node": "10.2.1"
|
|
}
|
|
}
|