jwt/package.json

28 lines
463 B
JSON

{
"name": "@gm5/jwt",
"version": "3.0.1",
"type": "module",
"description": "json web token",
"main": "index.js",
"types": "index.d.ts",
"author": "yutent",
"keywords": [
"fivejs",
"gm5",
"jwt",
"http",
"json_web_token"
],
"repository": {
"type": "git",
"url": "https://git.wkit.fun/gm5/jwt.git"
},
"license": "MIT",
"dependencies": {
"crypto.js": "^3.3.4"
},
"engines": {
"node": ">=16.0.0"
}
}
json web token
JavaScript 100%