summaryrefslogtreecommitdiff
path: root/assertion/package.json
blob: c3dc6e0a94381d5c4a2088f11f86724521b340f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "@cucumber-js-demo/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",
  "dependencies": {
    "@cucumber/cucumber": "^12.0.0",
    "chai": "^6.0.1",
    "expect": "^30.0.4"
  }
}