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