summaryrefslogtreecommitdiff
path: root/assertion/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'assertion/package.json')
-rw-r--r--assertion/package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/assertion/package.json b/assertion/package.json
index 4f1164c..153260f 100644
--- a/assertion/package.json
+++ b/assertion/package.json
@@ -3,14 +3,18 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
+ "type": "module",
"scripts": {
"test": "cucumber-js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"devDependencies": {
- "chai": "^4.2.0",
- "cucumber": "^5.0.3",
- "expect": "^23.6.0"
+ "chai": "^5.1.2",
+ "expect": "^23.6.0",
+ "jest": "^29.7.0"
+ },
+ "dependencies": {
+ "@cucumber/cucumber": "^11.1.1"
}
}