Skip to content

Commit f9d49dd

Browse files
committed
Create package.json
1 parent a1cc8d8 commit f9d49dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)