UNPKG

cypress-real-events

Version:

Real native events for cypress. Dispatched via CDP.

44 lines 1.39 kB
{ "name": "cypress-real-events", "version": "1.15.0", "description": "Real native events for cypress. Dispatched via CDP.", "author": "Dmitriy Kovalenko", "license": "MIT", "scripts": { "build": "tsc", "lint": "yarn eslint './{src,cypress}/**/*.ts'", "release": "yarn build && yarn version && node scripts/release.js && yarn publish dist", "format": "yarn prettier --write './{src,cypress}/**/*.ts'", "format-check": "yarn prettier --check './{src,cypress}/**/*.ts'", "semantic-release": "semantic-release" }, "peerDependencies": { "cypress": "^4.x || ^5.x || ^6.x || ^7.x || ^8.x || ^9.x || ^10.x || ^11.x || ^12.x || ^13.x || ^14.x || ^15.x" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "cypress": "^15.0.0", "eslint": "^8.29.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-no-only-tests": "^3.1.0", "fs-extra": "^11.1.0", "pixelmatch": "^5.3.0", "prettier": "^3.0.0", "semantic-release": "^17.3.0", "typedoc": "^0.25.8", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^5.1.3" }, "repository": { "type": "git", "url": "https://github.com/dmtrKovalenko/cypress-real-events.git" }, "release": { "branches": [ "release" ] }, "main": "./support.js", "typings": "./index.d.ts" }