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 aed5e02 commit 91b08a2Copy full SHA for 91b08a2
package.json
@@ -1,13 +1,16 @@
1
{
2
"name": "lighthouse-link-thesis",
3
- "version": "0.0.4",
+ "version": "0.0.4c",
4
"description": "a way to automatically use lighthouse to get accessibility report number",
5
- "main": "index.js",
+ "main": "index.class.js",
6
"type": "module",
7
"scripts": {
8
"start": "npm run clean && npm run test",
9
- "test": "node index.js",
10
- "clean": "node clean.js"
+ "start:class": "npm run clean && npm run test:class",
+ "test": "node index",
11
+ "test:class": "node index.class",
12
+ "clean": "node clean",
13
+ "exp": "node test"
14
},
15
"keywords": [
16
"automated-tools",
0 commit comments