mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "vitest-test",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:run": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"jsdom": "latest",
|
|
"vite-plugin-ruby": "^3.0.7",
|
|
"vitest": "latest",
|
|
"vue": "^3.2.26"
|
|
}
|
|
}
|