mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
Co-authored-by: spigbbbbb@gmil.com <pionxzh> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"name": "@vitest/test-cjs",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/prettier": "^2.4.2",
|
|
"fs-extra": "^10.0.0",
|
|
"givens": "1.3.9",
|
|
"history": "^5.2.0",
|
|
"lodash": "^4.17.21",
|
|
"prettier": "^2.5.1",
|
|
"temp-dir": "^2.0.0",
|
|
"vitest": "workspace:*"
|
|
}
|
|
} |