-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 898 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
{
"name": "teamcity-cucumber-formatter",
"version": "1.0.4",
"description": "TeamCity formatter for Cucumber",
"main": "dist/teamcity-cucumber-formatter.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RockMinsk/teamcity-cucumber-formatter.git"
},
"keywords": [
"teamcity",
"cucumber",
"formatter"
],
"author": "Kiryl Shytsikau",
"license": "MIT",
"bugs": {
"url": "https://github.com/RockMinsk/teamcity-cucumber-formatter/issues"
},
"homepage": "https://github.com/RockMinsk/teamcity-cucumber-formatter#readme",
"engines": {
"node": "12 || 14 || >=16"
},
"devDependencies": {
"@cucumber/cucumber": "^8.4.0",
"@types/node": "^18.0.3",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@cucumber/cucumber": ">=7"
}
}