-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
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": "cucumber-x",
"version": "1.0.6",
"description": "Cucumber Extra - Simple IOC, REST Assertions goodies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"package": "tsc",
"test": "mkdir -p build/test-results && DEBUG_ENABLED=y cucumber-js -p default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qamatic/cucumber-x.git"
},
"keywords": [
"cucumber",
"api-test",
"rest-test"
],
"author": "Senthil Maruthaiappan",
"license": "MIT",
"bugs": {
"url": "https://github.com/qamatic/cucumber-x/issues"
},
"homepage": "https://github.com/qamatic/cucumber-x#readme",
"dependencies": {
"lodash-match-pattern": "^2.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/node": "^12.7.3",
"@types/cucumber": "^4.0.7",
"cucumber": "^5.1.0",
"cucumber-pretty": "^1.5.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"chai": "^4.1.2"
}
}