mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-18 05:10:05 -06:00
44 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|