forked from Siteimprove/alfa-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.16 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
{
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cypress",
"homepage": "https://alfa.siteimprove.com",
"version": "0.62.6",
"license": "MIT",
"description": "Integrations and utilities for the Cypress testing framework",
"repository": {
"type": "git",
"url": "https://github.com/siteimprove/alfa-integrations.git",
"directory": "packages/alfa-cypress"
},
"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-act": "^0.62.0",
"@siteimprove/alfa-assert": "workspace:^0.62.6",
"@siteimprove/alfa-device": "^0.62.0",
"@siteimprove/alfa-dom": "^0.62.0",
"@siteimprove/alfa-formatter": "workspace:^0.62.6",
"@siteimprove/alfa-formatter-earl": "workspace:^0.62.6",
"@siteimprove/alfa-hash": "^0.62.0",
"@siteimprove/alfa-http": "^0.62.0",
"@siteimprove/alfa-mapper": "^0.62.0",
"@siteimprove/alfa-web": "^0.62.0",
"cypress": "^10.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
}
}