-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "wdio-monocart-service",
"version": "1.0.2",
"description": "WebdriverIO Monocart Coverage Reports",
"type": "module",
"main": "./lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"types": "./lib/index.d.ts",
"scripts": {
"test": "npx wdio run ./wdio.conf.js",
"link": "sf link ./ -f",
"patch": "npm run test && sf publish patch -r"
},
"files": [
"lib"
],
"license": "MIT",
"dependencies": {
"monocart-coverage-reports": "^2.7.6"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/register": "^7.23.7",
"@vitejs/plugin-react": "^4.2.1",
"@wdio/browser-runner": "^8.35.1",
"@wdio/cli": "^8.35.1",
"@wdio/mocha-framework": "^8.35.0",
"@wdio/spec-reporter": "^8.32.4",
"eslint": "^8.57.0",
"eslint-config-plus": "^1.0.6",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-wdio": "^8.24.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}