-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 990 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
29
30
31
32
33
34
35
36
{
"name": "testaignite-reporter",
"version": "1.0.0",
"description": "AI-powered Cypress test reporter generating enriched HTML reports",
"main": "index.js",
"bin": {
"testaignite": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sphinx010/testaignite-reporter.git"
},
"keywords": [
"cypress",
"reporter",
"ai",
"mochawesome",
"html"
],
"author": "Ayooluwa Paul Obembe",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sphinx010/testaignite-reporter/issues"
},
"homepage": "https://github.com/sphinx010/testaignite-reporter#readme",
"dependencies": {
"@huggingface/inference": "^4.13.10",
"chart.js": "^4.5.1",
"glob": "^13.0.0",
"handlebars": "^4.7.8",
"lodash": "^4.17.23"
}
}