mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
23 lines
421 B
JSON
23 lines
421 B
JSON
{
|
|
"name": "vitest-config",
|
|
"version": "5.44.0",
|
|
"private": true,
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"exports": {
|
|
"./presets/unit": {
|
|
"types": "./src/presets/unit.ts",
|
|
"default": "./src/presets/unit.ts"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"vitest": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0 <=24.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|