vitest/examples/ruby/package.json
2022-08-15 15:13:37 +08:00

24 lines
468 B
JSON

{
"name": "@vitest/example-ruby",
"type": "module",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:run": "vitest run"
},
"devDependencies": {
"@vitejs/plugin-vue": "latest",
"@vue/test-utils": "latest",
"jsdom": "latest",
"vite": "latest",
"vite-plugin-ruby": "^3.0.12",
"vitest": "latest",
"vue": "latest"
},
"stackblitz": {
"startCommand": "npm run test"
}
}