{
  "name": "@remcovaes/web-test-runner-vite-plugin",
  "version": "1.2.2",
  "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"
  },
  "devDependencies": {
    "@open-wc/testing": "^3.1.7"
  }
}
