feat: Adding token creator and a parser
Showing
| { | { | ||
| "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" | } | ||
| } | |||
| } | } |
Please
register
or
sign in
to comment