-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "vue-cli-plugin-codeceptjs-puppeteer",
"version": "0.1.2",
"description": "e2e codeceptjs & puppeteer plugin for vue-cli",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/codecept-js/vue-cli-plugin-codeceptjs-puppeteer.git"
},
"keywords": [
"vue",
"cli",
"e2e-codeceptjs",
"codeceptjs",
"e2e",
"testing"
],
"author": "Michael Bodnarchuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/codecept-js/vue-cli-plugin-codeceptjs-puppeteer/issues"
},
"homepage": "https://github.com/codecept-js/vue-cli-plugin-codeceptjs-puppeteer",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@codeceptjs/configure": "^0.4.0",
"@codeceptjs/ui": "^0.2.1",
"@vue/cli-shared-utils": "^4.1.1",
"codeceptjs": "^2.3.6"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
}
}