1
0

typescript

This commit is contained in:
2022-06-26 12:57:49 +02:00
parent 29aa3b0198
commit 019a3541ec
10 changed files with 305 additions and 8836 deletions

View File

@@ -3,8 +3,10 @@
"version": "1.4.4",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest"
"build": "tsc",
"test": "ts-jest"
},
"repository": {
"type": "git",
@@ -24,6 +26,7 @@
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"jest": "^28.1.0"
"@cloudflare/workers-types": "^3.13.0",
"typescript": "^4.7.4"
}
}