summaryrefslogtreecommitdiff
path: root/reuse/package.json
blob: 8b16e63a9afc8615bcf3f495e5f59837ccdbc8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@cucumber-js-demo/reuse",
  "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": "^6.0.1"
  },
  "dependencies": {
    "@cucumber/cucumber": "^12.0.0",
    "lodash": "^4.17.11",
    "ramda": "^0.32.0"
  }
}