@types/ws is a devDependency. It should be a dependency.
That's because its types are exported by gateway-addon.
In the project wot-adapter, I have to add @types/ws as a dependency, even though it is not a direct dependency for TypeScript to build the project.