1
0
cucumber-js-demo/4outline/package.json

17 lines
310 B
JSON
Raw Normal View History

2018-11-10 20:06:38 +01:00
{
"name": "4outline",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
2018-11-10 20:06:38 +01:00
"scripts": {
"test": "cucumber-js"
2018-11-10 20:06:38 +01:00
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"dependencies": {
"@cucumber/cucumber": "^11.1.1",
"chai": "^5.1.2"
2018-11-10 20:06:38 +01:00
}
}