From e2a5c62c15d4b6d5bd647a9c935a4c82990ea0dc Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 12 Sep 2025 21:04:58 +0200 Subject: Handle subpackages with workspaces --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..2b7cf20 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "cucumber-js-demo", + "workspaces": [ + "1args", + "2obj", + "3bg", + "4outline", + "assertion", + "async", + "data-tables", + "formatter", + "reuse", + "ts", + "type-parser" + ], + "author": "Eugen Wissner ", + "license": "MPL-2.0" +} -- cgit v1.2.3