18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"name": "assertion",
|
|
"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": "^12.0.0",
|
|
"chai": "^5.2.1",
|
|
"expect": "^30.0.4"
|
|
}
|
|
}
|