-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 858 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "nightwatch-openai-plugin",
"version": "0.1.4",
"description": "Nightwatch.js plugin which adds a reporter which uses the OpenAI platform to provide AI-assisted error analysis for test failures.",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Andrei Rusu",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"form-data": "^4.0.0",
"marked": "^9.1.5",
"marked-terminal": "^6.0.0",
"stacktrace-parser": "^0.1.10",
"strip-ansi": "^6.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pineviewlabs/nightwatch-openai-plugin.git"
},
"bugs": {
"url": "https://github.com/pineviewlabs/nightwatch-openai-plugin/issues"
},
"homepage": "https://github.com/pineviewlabs/nightwatch-openai-plugin#readme"
}