2018-11-25 05:58:09 +01:00
|
|
|
{
|
2025-09-12 21:04:58 +02:00
|
|
|
"name": "@cucumber-js-demo/ts",
|
2018-11-25 05:58:09 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
2024-12-20 15:03:16 +01:00
|
|
|
"type": "module",
|
2018-11-25 05:58:09 +01:00
|
|
|
"scripts": {
|
2024-12-20 15:03:16 +01:00
|
|
|
"test": "cucumber-js --loader 'ts-node/esm' --import 'features/**/*.ts'"
|
2018-11-25 05:58:09 +01:00
|
|
|
},
|
|
|
|
|
"author": "Eugen Wissner <belka@caraus.de>",
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"dependencies": {
|
2025-07-16 16:39:09 +02:00
|
|
|
"@cucumber/cucumber": "^12.0.0",
|
2024-12-20 15:03:16 +01:00
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
|
"typescript": "^5.7.2"
|
2018-11-25 05:58:09 +01:00
|
|
|
}
|
|
|
|
|
}
|