1
0
Files
cucumber-js-demo/ts/package.json

18 lines
405 B
JSON
Raw Permalink Normal View History

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": {
"@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
}
}