diff options
Diffstat (limited to 'test/js/third_party/jsonwebtoken/package.json')
-rw-r--r-- | test/js/third_party/jsonwebtoken/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/js/third_party/jsonwebtoken/package.json b/test/js/third_party/jsonwebtoken/package.json new file mode 100644 index 000000000..95228db02 --- /dev/null +++ b/test/js/third_party/jsonwebtoken/package.json @@ -0,0 +1,8 @@ +{ + "name": "jsonwebtoken", + "dependencies": { + "jsonwebtoken": "9.0.2", + "jws": "4.0.0", + "sinon": "16.1.0" + } +} |