diff --git a/package.json b/package.json index 1f12fe6..651a1a5 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,12 @@ "test": "lerna run test", "format": "lerna run format" }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "18.0.4", + "@nx/nx-darwin-x64": "18.0.4", + "@nx/nx-linux-x64-gnu": "18.0.4", + "@nx/nx-win32-x64-msvc": "18.0.4" + }, "keywords": [], "author": "", "license": "ISC",