Files
vue-cli/packages/@vue/cli-plugin-unit-mocha/package.json
2020-10-09 15:12:38 +08:00

42 lines
979 B
JSON

{
"name": "@vue/cli-plugin-unit-mocha",
"version": "4.5.7",
"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": "^4.5.7",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^7.2.0",
"mochapack": "^2.0.2"
},
"devDependencies": {
"@vue/test-utils": "^1.1.0",
"chai": "^4.2.0"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
},
"publishConfig": {
"access": "public"
}
}