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", "version": "1.0.0",
"description": "Library to manage tokens using js", "description": "Library to manage tokens using js",
"types": "@types/index.d.ts", "main": "index.js",
"files": [
"@types/index.d.ts"
],
"scripts": { "scripts": {
"test": "jest", "test": "jest"
"build": "tsc"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
...@@ -18,7 +14,6 @@ ...@@ -18,7 +14,6 @@
"jsonwebtoken": "^9.0.2" "jsonwebtoken": "^9.0.2"
}, },
"devDependencies": { "devDependencies": {
"jest": "^29.7.0", "jest": "^29.7.0"
"typescript": "^5.6.3" }
}
} }
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