-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 803 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
{
"name": "testcafe-lighthouse",
"version": "2.0.0",
"description": "Testcafe Lighthouse Audit",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "rm -rf lighthouse && testcafe chrome:headless:cdpPort=9222 test/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/abhinaba-ghosh/testcafe-lighthouse"
},
"engines": {
"node": ">=10.x"
},
"keywords": [
"testcafe",
"testcafe-lighthouse",
"testcafe-audit"
],
"author": "Abhinaba Ghosh <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^5.2.0",
"lighthouse": "^6.0.0",
"ua-parser-js": "^1.0.34"
},
"devDependencies": {
"chai": "^4.2.0",
"testcafe": "^2.4.0"
},
"peerDependencies": {
"testcafe": ">1.0.0"
}
}