diff --git a/package.json b/package.json index b1951c41..bcb09aec 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.9.0", "description": "WebdriverIO plugin for testing UI5 browser-based apps", "main": "dist/index.js", + "workspaces": [ + "dist", + "examples/ui5-js-app" + ], "scripts": { "build": "rm -Rf dist && tsc", "build:watch": "tsc -w" @@ -24,7 +28,8 @@ "url": "git+ssh://git@github.com:js-soft/wdi5.git" }, "engines": { - "node": ">=14" + "node": ">=14", + "npm": ">=7" }, "devDependencies": { "@types/openui5": "^1.98.0",