mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
23 lines
534 B
JSON
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"
|
|
}
|
|
}
|