blob: 98b875f43b83156f97e65e48f086968bc0071675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "formatter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "cucumber-js --format usage",
"json": "cucumber-js --format json"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"dependencies": {
"@cucumber/cucumber": "^12.0.0"
}
}
|