From 9913a7520ea07bf7f4636e7b2c93876070850de0 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Thu, 5 May 2022 05:58:29 +0000 Subject: [PATCH] Add dylan-package.json file --- dylan-package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dylan-package.json diff --git a/dylan-package.json b/dylan-package.json new file mode 100644 index 0000000..63601a1 --- /dev/null +++ b/dylan-package.json @@ -0,0 +1,15 @@ +{ + "name": "testworks", + "description": "Unit testing framework", + "version": "2.1.0", + "keywords": [ + "testing" + ], + "dependencies": [ + "command-line-parser@3.1.1", + "json@1.0", + "strings@1.1" + ], + "dev-dependencies": [], + "url": "https://github.com/dylan-lang/testworks" +}