-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "wdio-testmo-service",
"version": "0.0.13",
"description": "WebdriverIO service for choosing tests to run based on Priority",
"main": "build/app.js",
"types": "build/app.d.ts",
"files": [
"/build/src",
"/build/app.d.ts"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"watch": "tsc --build --watch"
},
"keywords": [
"wdio-plugin",
"wdio-service",
"testmo"
],
"author": "Brad DerManouelian",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^10.0.1",
"@wdio/cli": "^8.13.13",
"@wdio/devtools-service": "^8.13.13",
"@wdio/globals": "^8.13.13",
"@wdio/local-runner": "^8.13.13",
"@wdio/mocha-framework": "^8.13.13",
"install": "^0.13.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@wdio/logger": "^7.26.0",
"@wdio/types": "^8.10.4",
"csv-parser": "^3.0.0"
}
}