We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent a1cc8d8 commit f9d49ddCopy full SHA for f9d49dd
package.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "lighthouse-link-thesis",
3
+ "version": "0.0.1",
4
+ "description": "a way to automatically use lighthouse to get accessibility report number",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "test": "node index.js",
9
+ "clean": "node clean.js"
10
+ },
11
+ "keywords": [
12
+ "automated-tools",
13
+ "lighthouse"
14
+ ],
15
+ "author": "EmptyWork",
16
+ "license": "MIT",
17
+ "dependencies": {
18
+ "async": "^3.2.4",
19
+ "lighthouse": "^10.2.0"
20
+ }
21
+}
0 commit comments