File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nightwatch-openai-plugin" ,
33 "version" : " 0.1.3" ,
4- "description" : " " ,
4+ "description" : " Nightwatch.js plugin which adds a reporter which uses the OpenAI platform to provide AI-assisted error analysis for test failures. " ,
55 "main" : " index.js" ,
66 "scripts" : {},
77 "keywords" : [],
8- "author" : " " ,
8+ "author" : " Andrei Rusu " ,
99 "license" : " MIT" ,
1010 "dependencies" : {
1111 "axios" : " ^1.6.0" ,
1515 "marked-terminal" : " ^6.0.0" ,
1616 "stacktrace-parser" : " ^0.1.10" ,
1717 "strip-ansi" : " ^6.0.1"
18- }
18+ },
19+ "devDependencies" : {},
20+ "repository" : {
21+ "type" : " git" ,
22+ "url" : " git+https://github.com/pineviewlabs/nightwatch-openai-plugin.git"
23+ },
24+ "bugs" : {
25+ "url" : " https://github.com/pineviewlabs/nightwatch-openai-plugin/issues"
26+ },
27+ "homepage" : " https://github.com/pineviewlabs/nightwatch-openai-plugin#readme"
1928}
You can’t perform that action at this time.
0 commit comments