1
0

Handle subpackages with workspaces

This commit is contained in:
2025-09-12 21:04:58 +02:00
parent decd8e9e3d
commit e2a5c62c15
23 changed files with 869 additions and 16745 deletions

18
package.json Normal file
View File

@@ -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"
}