{
  "name": "@vue/cli-plugin-unit-mocha",
  "version": "5.0.9",
  "description": "mocha unit testing plugin for vue-cli",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-cli.git",
    "directory": "packages/@vue/cli-plugin-unit-mocha"
  },
  "keywords": [
    "vue",
    "vue-cli",
    "mocha",
    "webpack",
    "unit-testing"
  ],
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vue-cli/issues"
  },
  "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
  "dependencies": {
    "@vue/cli-shared-utils": "^5.0.9",
    "jsdom": "^18.0.1",
    "jsdom-global": "^3.0.2",
    "mocha": "^8.3.0",
    "mochapack": "^2.1.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.15",
    "@types/mocha": "^8.2.1",
    "@vue/test-utils": "^1.1.3",
    "chai": "^4.3.0"
  },
  "peerDependencies": {
    "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7eb93c169c7520935252e2473387f923ef80d856"
}
