summaryrefslogtreecommitdiff
path: root/type-parser/package.json
blob: c6f3f70c310c3946d923f13ff3b686416d026b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "type-parser",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "cucumber-js"
  },
  "author": "Eugen Wissner <belka@caraus.de>",
  "license": "MPL-2.0",
  "devDependencies": {
    "chai": "^4.2.0",
    "cucumber": "^5.0.3"
  }
}