@kmcid/cypress-parallel-cli
Version:
CLI app for running parallel cypress tests
45 lines (44 loc) • 943 B
JSON
{
"name": "@kmcid/cypress-parallel-cli",
"description": "CLI app for running parallel cypress tests",
"version": "1.9.5",
"license": "MIT",
"author": "Krizzchanne Cid <kmcid@mail.ru>",
"main": "index.mjs",
"engines": {
"node": ">=14.16"
},
"engineStrict": true,
"private": false,
"keywords": [
"cypress",
"cli",
"parallel"
],
"repository": {
"type": "git",
"url": "https://github.com/kmcid/cypress-parallel-cli.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"async": "^3.2.4",
"chalk": "^5.2.0",
"conf": "^11.0.1",
"glob": "^10.3.1",
"inquirer": "^9.1.4",
"inquirer-press-to-continue": "^1.1.4",
"mocha": "^10.2.0",
"open": "^9.1.0",
"table": "^6.8.1",
"uuid": "^9.0.0"
},
"bin": {
"parallel-cli": "./index.mjs"
},
"exports": {
"./utils": "./utils.js"
}
}