File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 },
99 "type" : " module" ,
1010 "scripts" : {
11- "fix" : " semistandard -- fix" ,
12- "test" : " semistandard " ,
11+ "fix" : " echo nothing to fix" ,
12+ "test" : " echo nothing to test " ,
1313 "test-generate" : " SMOKE_TEST=true node ./bin/generate-readme.mjs" ,
1414 "generate" : " ./bin/generate-readme.mjs" ,
15- "lint" : " semistandard " ,
16- "clean" : " gts clean" ,
17- "precompile" : " gts clean " ,
18- "system-test" : " echo no system tests 😱 " ,
19- "samples-test" : " echo no sample tests 😱 "
15+ "lint" : " echo nothing to lint " ,
16+ "clean" : " echo nothing to clean" ,
17+ "precompile" : " echo nothing to precompile " ,
18+ "system-test" : " echo nothing to system test " ,
19+ "samples-test" : " echo nothing to sample test "
2020 },
2121 "repository" : {
2222 "type" : " git" ,
3939 "gaxios" : " ^7.0.0-rc" ,
4040 "parse-link-header" : " ^2.0.0"
4141 },
42- "devDependencies" : {
43- "semistandard" : " ^17.0.0"
44- },
42+ "devDependencies" : {},
4543 "engines" : {
4644 "node" : " >=18"
4745 }
You can’t perform that action at this time.
0 commit comments