summaryrefslogtreecommitdiff
path: root/data-tables/package.json
blob: 9698c038c20fb15d6d5bd8f5c586cb6c7e61a141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@cucumber-js-demo/data-tables",
  "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"
  }
}