Currently if you pass an unknown command to paper.get it blocks the program indefinitely.
const number = await paper.get("paperNumber") // typo, "number" would be correct
Instead I would propose to throw an error in this situation like:
Unrecognized command paper.get("paperNumber", ...)