jwt/package.json

22 lines
384 B
JSON
Raw Normal View History

2020-09-17 19:11:10 +08:00
{
"name": "@gm5/jwt",
"version": "3.0.0",
2020-09-17 19:11:10 +08:00
"type": "module",
2020-09-18 14:45:42 +08:00
"description": "json web token",
2020-09-17 19:11:10 +08:00
"main": "index.js",
2025-01-02 12:13:27 +08:00
"types": "index.d.ts",
2020-09-17 19:11:10 +08:00
"author": "yutent",
2023-10-31 18:37:08 +08:00
"keywords": [
"fivejs",
"gm5",
"jwt",
"http",
"json_web_token"
],
"repository": "https://git.wkit.fun/gm5/jwt.git",
2020-09-17 19:11:10 +08:00
"license": "MIT",
"dependencies": {
2023-11-01 14:33:57 +08:00
"crypto.js": "^3.1.2"
2020-09-17 19:11:10 +08:00
}
}