blob: 4e0a02d710375934b2d19be3be3a74301f603dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "async",
"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",
"axios": "^1.7.9",
"chai": "^5.1.2",
"express": "^4.16.4"
}
}
|