1
0

Initial commit

This commit is contained in:
2021-02-04 12:02:42 +01:00
commit 6a17fb6be2
3 changed files with 195 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "1.0.0",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsndr/cloudflare-worker-jwt.git"
},
"keywords": [
"jwt",
"token",
"cloudflare",
"worker",
"cloudflare-worker"
],
"author": "Tobias Schneider",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme"
}