feat: Adding token creator and a parser
Showing
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| "name": "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", | ||
| "main": "src/token.js", | "main": "src/util/token.js", | ||
| "types": "types/index.d.ts", | "types": "types/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| "test": "jest" | "test": "jest" | ||
| ... | ... |
Please
register
or
sign in
to comment