-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.09 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@axway/nightwatch-ats-reporter",
"version": "1.1.4",
"description": "A custom reporter that enables saving of Nightwatch test results in ATS DB",
"private": false,
"main": "index.js",
"homepage": "https://axway.github.io/nightwatch-ats-reporter/",
"repository": {
"type": "git",
"url": "git+https://github.com/Axway/nightwatch-ats-reporter.git"
},
"keywords": [
"nightwatch",
"automation",
"browser",
"reporter",
"test",
"results",
"ats",
"axway"
],
"files": [
"lib",
"README.md",
"LICENSE.md",
"index.js"
],
"author": {
"name": "Axway"
},
"maintainers": [
{
"name": "Plamen Dzhorev",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"eslint": "^7.26.0",
"jsonfile": "^6.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./test/start"
}
}