feat: Adding token creator and a parser
Showing
| ... | ... | @@ -2,7 +2,8 @@ |
| "name": "security-ndjs-lib", | ||
| "version": "1.0.0", | ||
| "description": "Library to manage tokens using js", | ||
| "main": "index.js", | ||
| "main": "src/token.js", | ||
| "types": "types/index.d.ts", | ||
| "scripts": { | ||
| "test": "jest" | ||
| }, | ||
| ... | ... |
types/index.d.ts
0 → 100644
Please
register
or
sign in
to comment