mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"bench": "esmo src/index.ts",
|
|
"bench:ci": "esmo src/github.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.7.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.0.1",
|
|
"@happy-dom/jest-environment": "^2.55.0",
|
|
"@types/benchmark": "^2.1.1",
|
|
"benchmark": "^2.1.4",
|
|
"esmo": "^0.14.1",
|
|
"execa": "^6.1.0",
|
|
"fs-extra": "^10.1.0",
|
|
"markdown-table": "^3.0.2",
|
|
"microtime": "^3.0.0",
|
|
"vitest": "link:../packages/vitest"
|
|
}
|
|
}
|