17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"name": "3bg",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "cucumber-js"
|
|
},
|
|
"author": "Eugen Wissner <belka@caraus.de>",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@cucumber/cucumber": "^11.1.1",
|
|
"chai": "^5.1.2"
|
|
}
|
|
}
|