summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-09-12 21:04:58 +0200
committerEugen Wissner <belka@caraus.de>2025-09-12 21:04:58 +0200
commite2a5c62c15d4b6d5bd647a9c935a4c82990ea0dc (patch)
treebe75b7d86ce77a353bbafd7bc60b5f156c729cf0 /package.json
parentdecd8e9e3d98d79b33c56e1c1a53e11fb5047c4a (diff)
downloadcucumber-js-demo-e2a5c62c15d4b6d5bd647a9c935a4c82990ea0dc.tar.gz
Handle subpackages with workspaces
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
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 <belka@caraus.de>",
+ "license": "MPL-2.0"
+}