forked from bbc/cucumber-slicer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 797 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
{
"name": "@bbc/cucumber-slicer",
"version": "1.0.9",
"description": "Split cucumber feature files into a separate file for each scenario",
"main": "index.js",
"scripts": {
"test": "jest",
"coverage": "jest --coverage --forceExit --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbc/cucumber-slices.git"
},
"keywords": [
"cucumber",
"test",
"feature",
"gherkin"
],
"author": "CPS Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/cucumber-slices/issues"
},
"homepage": "https://github.com/bbc/cucumber-slices#readme",
"dependencies": {
"gherkin": "^5.0.0"
},
"devDependencies": {
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"mock-fs": "^4.10.4"
}
}