summaryrefslogtreecommitdiff
path: root/assertion/package.json
blob: 153260f702f1e446bb3dcc5740abfcfb19265700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "assertion",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "cucumber-js"
  },
  "author": "Eugen Wissner <belka@caraus.de>",
  "license": "MPL-2.0",
  "devDependencies": {
    "chai": "^5.1.2",
    "expect": "^23.6.0",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "@cucumber/cucumber": "^11.1.1"
  }
}