summaryrefslogtreecommitdiff
path: root/3bg/package.json
blob: 8fa6d097549991c60c8e2ed10eb783010a8ca0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "3bg",
  "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": "^11.1.1",
    "chai": "^5.1.2"
  }
}