mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 03:40:48 -06:00
30 lines
690 B
JSON
30 lines
690 B
JSON
{
|
|
"name": "@vue/cli-plugin-e2e-cypress",
|
|
"version": "3.0.0-rc.5",
|
|
"description": "e2e-cypress plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"e2e-cypress"
|
|
],
|
|
"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-e2e-cypress#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli-shared-utils": "^3.0.0-rc.5",
|
|
"cypress": "^3.0.2",
|
|
"eslint-plugin-cypress": "^2.0.1"
|
|
}
|
|
}
|