-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.71 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
52
53
54
55
56
57
58
{
"name": "@cucumber/html-formatter",
"version": "15.0.2",
"description": "HTML formatter for Cucumber",
"bin": {
"cucumber-html-formatter": "bin/cucumber-html-formatter.js"
},
"main": "dist/src/CucumberHtmlStream.js",
"types": "dist/src/CucumberHtmlStream.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/cucumber/cucumber.git"
},
"author": "Aslak Hellesøy",
"license": "MIT",
"scripts": {
"test": "mocha",
"prepublishOnly": "tsc --build tsconfig.build.json"
},
"dependencies": {
"@cucumber/messages": "^16.0.1",
"commander": "7.2.0",
"source-map-support": "0.5.19"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@cucumber/gherkin-streams": "^2.0.2",
"@cucumber/gherkin-utils": "^5.1.0",
"@cucumber/message-streams": "^2.0.0",
"@cucumber/query": "^10.0.0",
"@cucumber/react": "^16.1.0",
"@types/mocha": "8.2.2",
"@types/node": "15.6.1",
"@types/react": "17.0.8",
"@types/react-dom": "17.0.5",
"babel-loader": "8.2.2",
"css-loader": "5.2.6",
"mini-css-extract-plugin": "1.6.0",
"mocha": "8.4.0",
"puppeteer": "9.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass-loader": "11.1.1",
"ts-loader": "9.2.2",
"ts-node": "10.0.0",
"typescript": "4.3.2",
"webpack": "5.37.1",
"webpack-cli": "4.7.0"
},
"bugs": {
"url": "https://github.com/cucumber/cucumber/issues"
},
"homepage": "https://github.com/cucumber/cucumber#readme",
"directories": {
"test": "test"
},
"keywords": []
}