UNPKG

cumulocity-cypress

Version:
125 lines (124 loc) 2.87 kB
{ "name": "cumulocity-cypress", "version": "0.8.13", "description": "Cypress commands for Cumulocity IoT", "repository": { "type": "git", "url": "git+https://github.com/Cumulocity-IoT/cumulocity-cypress.git" }, "keywords": [ "Cypress", "Cumulocity", "IoT", "Test" ], "author": "thomas.winkler@cumulocity.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Cumulocity-IoT/cumulocity-cypress/issues" }, "bin": { "c8yctrl": "./c8yctrl/c8yctrl.js", "c8yscrn": "./c8yscrn/c8yscrn.js" }, "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./plugin": { "types": "./plugin/index.d.ts", "default": "./plugin/index.js" }, "./commands": { "types": "./lib/commands/index.d.ts", "default": "./lib/commands/index.js" }, "./c8ypact": { "types": "./c8ypact.d.ts", "default": "./c8ypact.js" }, "./c8yctrl": { "types": "./c8yctrl/index.d.ts", "default": "./c8yctrl/index.js" }, "./contrib": { "types": "./contrib/index.d.ts", "default": "./contrib/index.js" }, "./shared/*": "./shared/*", "./commands/*": "./lib/commands/*", "./contrib/*": "./contrib/*", "./lib/*": "./lib/*" }, "typesVersions": { "*": { "c8ypact": [ "./c8ypact.d.ts" ], "c8yctrl": [ "./c8yctrl/c8yctrl.d.ts" ], "commands": [ "./lib/commands/index.d.ts" ], "plugin": [ "./plugin/index.d.ts" ], "commands/*": [ "./lib/commands/*.d.ts" ], "lib/*": [ "./lib/*" ], "contrib/*": [ "./contrib/*" ] } }, "dependencies": { "@cypress/grep": "^4.1.0", "@types/ws": "^8.5.13", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "body-parser": "^1.20.2", "chokidar": "^4.0.1", "cookie": "^0.7.2", "cookie-parser": "^1.4.6", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^5.0.0", "cypress-file-upload": "^5.0.8", "cypress-wait-until": "^3.0.2", "date-fns": "^2.30.0", "dotenv": "^16.4.5", "express": "^4.18.2", "http-proxy-middleware": "^3.0.0", "lodash": "^4.17.21", "morgan": "^1.10.0", "odiff-bin": "^3.1.2", "quicktype": "^23.0.81", "raw-body": "^3.0.0", "semver": "^7.5.2", "set-cookie-parser": "^2.6.0", "swagger-ui-express": "^5.0.1", "tslib": "^2.6.2", "winston": "^3.13.0", "ws": "^8.18.0", "yaml": "^2.7.0", "yargs": "^17.7.2" }, "peerDependencies": { "@angular/common": ">=14.0.0", "@c8y/client": ">=1015.0.0", "cypress": ">=12.0.0" }, "overrides": { "@c8y/client": { "cross-fetch": { "node-fetch": { "whatwg-url": "^13.0.0" } } } } }