-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.76 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "perfecto-cypress-sdk",
"version": "0.0.0",
"description": "Run Cypress tests in Perfecto cloud",
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"test": "mocha -r @babel/register -r ./test/util/setup.js ./test/ --recursive",
"lint": "eslint .",
"build": "./node_modules/.bin/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PerfectoCode/perfecto-cypress-sdk.git"
},
"keywords": [
"Cypress",
"Perfecto",
"tests",
"integration-tests"
],
"author": "[email protected]",
"license": "MIT",
"bin": {
"perfecto-cypress": "./lib/bin.js"
},
"bugs": {
"url": "https://github.com/PerfectoCode/perfecto-cypress-sdk/issues"
},
"homepage": "https://github.com/PerfectoCode/perfecto-cypress-sdk#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"archiver": "5.0.2",
"argument-validator": "0.1.0",
"chalk": "4.1.0",
"console-table-printer": "2.4.12",
"form-data": "3.0.0",
"glob": "7.1.6",
"listr": "0.14.3",
"log-update": "4.0.0",
"node-fetch-with-proxy": "^0.1.6",
"pretty-ms": "7.0.1",
"yargs": "15.4.1",
"yargs-interactive": "3.0.0"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/eslint-parser": "7.11.3",
"@babel/node": "7.10.5",
"@babel/preset-env": "7.11.0",
"@babel/register": "7.10.5",
"adm-zip": "0.4.16",
"chai": "4.2.0",
"chai-arrays": "2.2.0",
"chai-as-promised": "7.1.1",
"eslint": "7.7.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"mocha": "8.1.1",
"mock-argv": "1.1.8",
"proxyquire": "2.1.3",
"sinon": "9.0.3",
"sinon-chai": "3.5.0"
}
}