更新package.json
parent
bd5c69c7dc
commit
f7542ecab3
10
package.json
10
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue