@remcovaes/web-test-runner-vite-plugin
Version:
@web/test-runner plugin to allow the build to be done by Vite
37 lines (36 loc) • 818 B
JSON
{
"name": "@remcovaes/web-test-runner-vite-plugin",
"version": "1.4.1",
"workspaces": [
"example/**/*"
],
"keywords": [
"@web/test-runner",
"@web/dev-server",
"vite",
"vue",
"testing"
],
"description": "@web/test-runner plugin to allow the build to be done by Vite",
"type": "module",
"main": "index.js",
"exports": "./src/index.js",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/remcovaes/web-test-runner-vite-plugin"
},
"author": "Remco Vaes",
"license": "MIT",
"scripts": {
"test": "web-test-runner && npm run test --ws"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"devDependencies": {
"@open-wc/testing": "^3.1.7"
}
}