When doing npm i -S tbk-oneclick throws:
'tbk-oneclick' is not in the npm registry
as an alternative i tried:
npm i git+ssh://git@github.com:lgaticaq/tbk-oneclick.git
but when i require("tbk-oneclick") throws:
Cannot find module 'tbk-oneclick'
i guess is not recognizing that the source file is at the src folder, even though you specified on the package file.
finally if i tryrequire("tbk-oneclick\src\oneclick") then it get's all messed up about dependencies :(.
Regards!