mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 13:40:59 -05:00
* chore: update main deps * chore: update ts types * chore: update generator deps versions * fix: ts-jest * chore: upgrade ts-jest again * fix: re-generated yarn.lock * chore: more upgrades * fix: jest test matching on Windows
38 lines
870 B
JSON
38 lines
870 B
JSON
{
|
|
"name": "@vue/cli-plugin-unit-mocha",
|
|
"version": "3.0.0-rc.3",
|
|
"description": "mocha unit testing plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"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/packages/@vue/cli-plugin-unit-mocha#readme",
|
|
"dependencies": {
|
|
"@vue/cli-shared-utils": "^3.0.0-rc.3",
|
|
"jsdom": "^11.11.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"mocha": "^5.2.0",
|
|
"mocha-webpack": "^2.0.0-beta.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^1.0.0-beta.20",
|
|
"chai": "^4.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|