43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@tsndr/cloudflare-worker-jwt",
|
|
"version": "2.4.2",
|
|
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"types": "index.d.ts",
|
|
"engine": {
|
|
"node": ">=18"
|
|
},
|
|
"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": "^4.20231025.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@types/jest": "^29.5.8",
|
|
"@types/node": "^20.9.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|