diff options
Diffstat (limited to 'assertion/package.json')
| -rw-r--r-- | assertion/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assertion/package.json b/assertion/package.json new file mode 100644 index 0000000..4f1164c --- /dev/null +++ b/assertion/package.json @@ -0,0 +1,16 @@ +{ + "name": "assertion", + "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", + "expect": "^23.6.0" + } +} |
