summaryrefslogtreecommitdiff
path: root/ts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ts/package.json')
-rw-r--r--ts/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/ts/package.json b/ts/package.json
new file mode 100644
index 0000000..416676e
--- /dev/null
+++ b/ts/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "ts",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "cucumber-js --require-module 'ts-node/register' --require 'features/**/*.ts'"
+ },
+ "author": "Eugen Wissner <belka@caraus.de>",
+ "license": "MPL-2.0",
+ "dependencies": {
+ "chai": "^4.2.0",
+ "cucumber": "^5.0.2",
+ "ts-node": "^7.0.1",
+ "typescript": "^3.1.6"
+ }
+}