forked from Siteimprove/alfa-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 913 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
{
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-playwright",
"homepage": "https://alfa.siteimprove.com",
"version": "0.62.6",
"license": "MIT",
"description": "Integrations and utilities for the Playwright browser automation library",
"repository": {
"type": "git",
"url": "https://github.com/siteimprove/alfa-integrations.git",
"directory": "packages/alfa-playwright"
},
"bugs": "https://github.com/siteimprove/alfa/issues",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src/**/*.js",
"src/**/*.d.ts"
],
"dependencies": {
"@siteimprove/alfa-device": "^0.62.0",
"@siteimprove/alfa-dom": "^0.62.0",
"@siteimprove/alfa-http": "^0.62.0",
"@siteimprove/alfa-web": "^0.62.0",
"playwright": "^1.23.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
}
}