-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 903 Bytes
/
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
{
"name": "airtap-playwright",
"version": "1.0.1",
"description": "Playwright browser provider",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && hallmark && cross-env DEBUG=airtap* nyc node test"
},
"files": [
"index.js"
],
"dependencies": {
"abstract-browser": "^1.0.0",
"browser-provider": "^1.1.0"
},
"optionalDependencies": {
"playwright": "^1.3.0"
},
"devDependencies": {
"airtap": "^4.0.0",
"cross-env": "^7.0.2",
"hallmark": "^4.0.0",
"nyc": "^15.1.0",
"standard": "^16.0.4",
"tape": "^5.0.1"
},
"keywords": [
"airtap",
"browser",
"browser-provider",
"playwright",
"test"
],
"repository": "airtap/playwright",
"bugs": "https://github.com/airtap/playwright/issues",
"homepage": "https://github.com/airtap/playwright",
"engines": {
"node": ">=10.2"
}
}