summaryrefslogtreecommitdiff
path: root/ts/package.json
blob: efe7b0d75a958be011b42d269d6ca672f18c0437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "ts",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "cucumber-js --loader 'ts-node/esm' --import 'features/**/*.ts'"
  },
  "author": "Eugen Wissner <belka@caraus.de>",
  "license": "MPL-2.0",
  "dependencies": {
    "@cucumber/cucumber": "^11.1.1",
    "chai": "^5.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "devDependencies": {
    "@types/chai": "^5.0.1"
  }
}