-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "chai-webdriverio-async",
"version": "0.0.0-development",
"description": "chai assertions for webdriverio without node-fibers",
"sideEffects": false,
"scripts": {
"tc": "toolchain",
"toolchain": "toolchain",
"test": "toolchain test",
"prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jcoreio/chai-webdriverio-async.git"
},
"keywords": [
"chai",
"webdriverio",
"assertions"
],
"author": "Andy Edwards",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jcoreio/chai-webdriverio-async/issues"
},
"homepage": "https://github.com/jcoreio/chai-webdriverio-async#readme",
"devDependencies": {
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
"@jcoreio/toolchain": "^3.10.1",
"@jcoreio/toolchain-circle": "^3.10.1",
"@jcoreio/toolchain-esnext": "^3.10.1",
"@jcoreio/toolchain-mocha": "^3.10.1",
"@jcoreio/toolchain-semantic-release": "^3.10.1",
"@jcoreio/toolchain-typescript": "^3.10.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"copy": "^0.3.2",
"cross-env": "^5.2.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"rimraf": "^2.6.0",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0",
"typescript": "^5.2.2",
"webdriverio": "^5.18.6"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"peerDependencies": {
"webdriverio": "*"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.11.0"
}