1
0

update package.json

This commit is contained in:
2023-11-14 12:09:51 +01:00
parent 3e0ea8950c
commit f66f8b2b59

View File

@@ -2,8 +2,12 @@
"name": "@tsndr/cloudflare-worker-jwt",
"version": "2.2.9",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"type": "module",
"exports": "./index.js",
"types": "index.d.ts",
"engine": {
"node": ">=18"
},
"scripts": {
"build": "tsc",
"test": "jest"