vitest/bench/package.json
renovate[bot] a5d1ef498b
chore(deps): update all non-major dependencies (#1895)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-08-29 05:21:53 +00:00

23 lines
534 B
JSON

{
"type": "module",
"private": true,
"scripts": {
"bench": "esno src/index.ts",
"bench:ci": "esno src/github.ts"
},
"devDependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@happy-dom/jest-environment": "^6.0.4",
"@types/benchmark": "^2.1.2",
"benchmark": "^2.1.4",
"esno": "^0.16.3",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"markdown-table": "^3.0.2",
"microtime": "^3.1.1",
"vitest": "link:../packages/vitest"
}
}