UNPKG

expect-webdriverio

Version:

WebdriverIO Assertion Library

112 lines (111 loc) 3.07 kB
{ "name": "expect-webdriverio", "version": "5.6.1", "author": "Mykola Grybyk <mykola.grybyk@gmail.com>", "description": "WebdriverIO Assertion Library", "license": "MIT", "homepage": "https://webdriver.io", "repository": { "type": "git", "url": "git+https://github.com/webdriverio/expect-webdriverio.git" }, "bugs": { "url": "https://github.com/webdriverio/expect-webdriverio/issues" }, "keywords": [ "expect-webdriverio", "expect", "webdriverio", "wdio" ], "type": "module", "module": "./lib/index.js", "exports": { ".": [ { "types": "./types/expect-webdriverio.d.ts", "import": "./lib/index.js" }, "./lib/index.js" ], "./jest": [ { "types": "./jest.d.ts" } ], "./jasmine": [ { "types": "./jasmine.d.ts" } ], "./types": "./types/expect-global.d.ts", "./expect-global": "./types/expect-global.d.ts" }, "types": "./types/expect-webdriverio.d.ts", "typeScriptVersion": "3.8.3", "engines": { "node": ">=20" }, "scripts": { "build": "run-s clean compile", "clean": "run-p clean:*", "clean:build": "rimraf ./lib", "compile": "tsc --build tsconfig.build.json", "tsc:root-types": "node types-checks-filter-out-node_modules.js", "test": "run-s test:*", "test:tsc": "tsc --project tsconfig.json --noEmit", "test:lint": "eslint .", "test:unit": "vitest --run", "test:types": "npm run ts && npm run tsc:root-types", "ts": "run-s ts:* ts:*:*", "ts:jest:@jest/global": "cd test-types/jest-@jest_global && tsc --project ./tsconfig.json", "ts:jest:@types-jest": "cd test-types/jest-@types_jest && tsc --project ./tsconfig.json", "ts:mocha": "cd test-types/mocha && tsc --project ./tsconfig.json", "ts:jasmine": "cd test-types/jasmine && tsc --project ./tsconfig.json", "ts:jasmine-async": "cd test-types/jasmine-async && tsc --project ./tsconfig.json", "watch": "npm run compile -- --watch", "prepare": "husky install" }, "dependencies": { "@vitest/snapshot": "^4.0.16", "deep-eql": "^5.0.2", "expect": "^30.2.0", "jest-matcher-utils": "^30.2.0" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/jasmine": "^5.1.8", "@types/jest": "^30.0.0", "@types/node": "^24.10.1", "@types/mocha": "^10.0.10", "@jest/globals": "^30.2.0", "@vitest/coverage-v8": "^4.0.16", "@wdio/eslint": "^0.1.2", "@wdio/types": "^9.20.0", "eslint": "^9.39.2", "husky": "^9.1.7", "npm-run-all2": "^8.0.4", "release-it": "^19.1.0", "rimraf": "^6.1.2", "shelljs": "^0.10.0", "typescript": "^5.9.3", "vitest": "^4.0.16", "webdriverio": "^9.21.0" }, "peerDependencies": { "@wdio/globals": "^9.0.0", "@wdio/logger": "^9.0.0", "webdriverio": "^9.0.0" }, "peerDependenciesMeta": { "@wdio/globals": { "optional": false }, "@wdio/logger": { "optional": false }, "webdriverio": { "optional": false } } }