diff --git a/scripts/package_dependencies.json b/scripts/package_dependencies.json index 29e9b1bc6de..81f278cf424 100644 --- a/scripts/package_dependencies.json +++ b/scripts/package_dependencies.json @@ -4,6 +4,9 @@ "tfjs-converter": ["tfjs-core"], "tfjs-layers": ["tfjs-core"], "tfjs-data": ["tfjs-core", "tfjs-layers"], + "tfjs": ["tfjs-core", "tfjs-converter", "tfjs-layers", "tfjs-data"], + "tfjs-node": ["tfjs", "tfjs-core"], + "tfjs-node-gpu": ["tfjs", "tfjs-core"], "tfjs-backend-wasm": ["tfjs-core"], "tfjs-backend-cpu": ["tfjs-core"], "tfjs-backend-webgl": ["tfjs-core"]