File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lighthouse-link-thesis" ,
3
- "version" : " 0.0.4c " ,
3
+ "version" : " 0.0.5c " ,
4
4
"description" : " a way to automatically use lighthouse to get accessibility report number" ,
5
5
"main" : " index.class.js" ,
6
6
"type" : " module" ,
7
7
"scripts" : {
8
- "start" : " npm run clean && npm run test" ,
9
- "start:class" : " npm run clean && npm run test:class" ,
10
- "test" : " node index" ,
11
- "test:class" : " node index.class" ,
12
- "clean" : " node clean" ,
13
- "exp" : " node test"
8
+ "start" : " npm run clean && npm run build" ,
9
+ "start:class" : " npm run clean && npm run build:class" ,
10
+ "build" : " node index" ,
11
+ "build:class" : " node index.class" ,
12
+ "test" : " jest" ,
13
+ "test:debug" : " jest --detectOpenHandles" ,
14
+ "clean" : " node clean"
14
15
},
15
16
"keywords" : [
16
17
" automated-tools" ,
21
22
"dependencies" : {
22
23
"async" : " ^3.2.4" ,
23
24
"lighthouse" : " ^10.2.0"
25
+ },
26
+ "devDependencies" : {
27
+ "@babel/plugin-transform-modules-commonjs" : " ^7.22.5" ,
28
+ "jest" : " ^29.6.2"
24
29
}
25
30
}
You can’t perform that action at this time.
0 commit comments