diff options
Diffstat (limited to 'async/package.json')
| -rw-r--r-- | async/package.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/async/package.json b/async/package.json index 8592114..4e0a02d 100644 --- a/async/package.json +++ b/async/package.json @@ -3,19 +3,16 @@ "version": "1.0.0", "description": "", "main": "index.js", + "type": "module", "scripts": { - "test": "cucumber-js --require-module '@babel/register'" + "test": "cucumber-js" }, "author": "Eugen Wissner <belka@caraus.de>", "license": "MPL-2.0", "dependencies": { - "@babel/core": "^7.2.2", - "@babel/preset-env": "^7.2.3", - "@babel/register": "^7.0.0", - "axios": "^0.18.0", - "babel-loader": "^8.0.4", - "chai": "^4.2.0", - "cucumber": "^5.0.3", + "@cucumber/cucumber": "^11.1.1", + "axios": "^1.7.9", + "chai": "^5.1.2", "express": "^4.16.4" } } |
