Skip to content

Commit 00c637f

Browse files
committed
updated readme
1 parent d54b8b7 commit 00c637f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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",
@@ -15,5 +15,14 @@
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
}

0 commit comments

Comments
 (0)