更新package.json

master
yutent 2025-01-06 10:56:51 +08:00
parent bd5c69c7dc
commit f7542ecab3
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gm5/jwt",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"description": "json web token",
"main": "index.js",
@ -13,9 +13,15 @@
"http",
"json_web_token"
],
"repository": "https://git.wkit.fun/gm5/jwt.git",
"repository": {
"type": "git",
"url": "https://git.wkit.fun/gm5/jwt.git"
},
"license": "MIT",
"dependencies": {
"crypto.js": "^3.3.4"
},
"engines": {
"node": ">=16.0.0"
}
}