-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "automationassesment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"chai": "^4.2.0",
"cucumber": "^5.1.0",
"cucumber-html-reporter": "^5.0.0",
"cucumber-junit": "^1.7.1",
"cucumber-junit-reporter": "0.0.1",
"cucumber-pretty": "^1.5.2",
"cucumberjs-junitxml": "^1.0.0",
"expect-puppeteer": "^4.1.1",
"fs": "0.0.1-security",
"fs-extra": "^8.0.1",
"http": "0.0.0",
"http-proxy": "^1.17.0",
"konfig": "^0.2.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"puppeteer": "^1.17.0",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "NODE_ENV=default ./node_modules/.bin/cucumber-js --tags=@done"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anuu1989/automationassesment.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anuu1989/automationassesment/issues"
},
"homepage": "https://github.com/anuu1989/automationassesment#readme"
}