1
0
Files
cloudflare-worker-jwt/package.json
2022-10-09 20:48:01 +02:00

34 lines
811 B
JSON

{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "2.1.1",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsndr/cloudflare-worker-jwt.git"
},
"keywords": [
"jwt",
"token",
"cloudflare",
"worker",
"cloudflare-worker"
],
"author": "Tobias Schneider",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"@cloudflare/workers-types": "^3.13.0",
"jest": "^28.1.1",
"typescript": "^4.7.4"
}
}