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