summaryrefslogtreecommitdiff
path: root/ts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ts/package.json')
-rw-r--r--ts/package.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/ts/package.json b/ts/package.json
index dca331f..efe7b0d 100644
--- a/ts/package.json
+++ b/ts/package.json
@@ -3,15 +3,19 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
+ "type": "module",
"scripts": {
- "test": "cucumber-js --require-module 'ts-node/register' --require 'features/**/*.ts'"
+ "test": "cucumber-js --loader 'ts-node/esm' --import 'features/**/*.ts'"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"dependencies": {
- "chai": "^4.2.0",
- "cucumber": "^5.0.3",
- "ts-node": "^7.0.1",
- "typescript": "^3.2.2"
+ "@cucumber/cucumber": "^11.1.1",
+ "chai": "^5.1.2",
+ "ts-node": "^10.9.2",
+ "typescript": "^5.7.2"
+ },
+ "devDependencies": {
+ "@types/chai": "^5.0.1"
}
}