Commit 915c3f76 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent ed4ab20e
{
"name": "@types/security-ndjs-lib",
"name": "security-ndjs-lib",
"version": "1.0.0",
"description": "Library to manage tokens using js",
"types": "@types/index.d.ts",
"files": [
"@types/index.d.ts"
],
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc"
"test": "jest"
},
"keywords": [],
"author": "",
......@@ -18,7 +14,6 @@
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"jest": "^29.7.0",
"typescript": "^5.6.3"
"jest": "^29.7.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment