{ "name": "cypress-wait-until", "version": "1.7.2", "description": "A waiting plugin for Cypress", "main": "src/index.js", "dependencies": {}, "devDependencies": { "cypress": "8.7.0", "cz-conventional-changelog": "3.3.0", "git-cz": "4.8.0", "serve": "12.0.1", "start-server-and-test": "1.14.0", "typescript": "4.4.4", "@semantic-release/npm": "8.0.2", "semantic-release": "18.0.0" }, "types": "index.d.ts", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "cypressUploadRecordings": true }, "scripts": { "commit": "git-cz", "serve": "serve public", "cy:open": "cypress open", "test": "npm run typescript && npm run cy:start-server-and-test", "cy:start-server-and-test": "start-server-and-test serve :5000 cy:run-uploading-videos", "cy:run-uploading-videos": "node cypress-run.js", "cy:run": "cypress run", "typescript": "tsc --project ./tsconfig.json", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/NoriSte/cypress-wait-until.git" }, "keywords": [ "cypress", "promise", "recursive-promise", "wait", "open-source-saturday" ], "author": "NoriSte ", "license": "MIT", "bugs": { "url": "https://github.com/NoriSte/cypress-wait-until/issues" }, "homepage": "https://github.com/NoriSte/cypress-wait-until#readme" }