mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
e21ccea3a1
* fix(deps): update all core dependencies * chore: restore docusaurus * restore versions * fix types * chore: fix error * chore: update snapshots Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
28 lines
663 B
JSON
28 lines
663 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.1.0",
|
|
"temp-dir": "2.0.0",
|
|
"get-port": "5.1.1",
|
|
"semver": "7.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"autocannon": "7.9.0",
|
|
"node-fetch": "cjs",
|
|
"ts-node": "10.9.1"
|
|
}
|
|
}
|