Files
vue-cli/packages/@vue/cli-plugin-unit-mocha/package.json
Haoqun Jiang 8eb12d6e3a v5.0.0-rc.0
2021-11-06 20:16:33 +08:00

44 lines
1.0 KiB
JSON

{
"name": "@vue/cli-plugin-unit-mocha",
"version": "5.0.0-rc.0",
"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.0-rc.0",
"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"
}
}