expect-webdriverio
Version:
[](https://github.com/webdriverio/expect-webdriverio/actions/workflows/test.yml)
69 lines (68 loc) • 2.21 kB
JSON
{
"name": "expect-webdriverio",
"version": "3.1.4",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "run-s clean compile",
"clean": "run-p clean:*",
"clean:build": "rimraf ./lib",
"clean:tests": "rimraf test-types/**/node_modules && rimraf test-types/**/dist",
"compile": "tsc --build tsconfig.build.json",
"release": "release-it --github.release",
"release:ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"release:patch": "npm run release -- patch",
"release:minor": "npm run release -- minor",
"release:major": "npm run release -- major",
"test": "run-s test:*",
"test:lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test:unit": "jest",
"watch": "npm run compile -- --watch",
"test:types": "node test-types/copy && npm run ts && npm run clean:tests",
"ts": "run-p ts:*",
"ts:default": "cd test-types/default && tsc --incremental",
"ts:jest": "cd test-types/jest && tsc --incremental",
"ts:jasmine": "cd test-types/jasmine && tsc --incremental",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/expect-webdriverio.git"
},
"keywords": [
"expect-webdriverio",
"expect",
"webdriverio",
"wdio"
],
"author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webdriverio/expect-webdriverio/issues"
},
"homepage": "https://github.com/webdriverio/expect-webdriverio#readme",
"devDependencies": {
"@types/jasmine": "^3.6.6",
"@types/jest": "^27.0.1",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.21.0",
"husky": "^7.0.0",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"release-it": "^14.4.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"ts-jest": "^26.5.3",
"ts-node": "^10.0.0",
"typescript": "^4.2.3",
"webdriverio": "^7.1.1"
},
"types": "types/jest-global.d.ts",
"typeScriptVersion": "3.8.3",
"dependencies": {
"expect": "^27.0.2",
"jest-matcher-utils": "^27.0.2"
}
}