feat: Adding token creator and a parser
Showing
| ... | ... | @@ -2,10 +2,9 @@ |
| "name": "@types/security-ndjs-lib", | ||
| "version": "1.0.0", | ||
| "description": "Library to manage tokens using js", | ||
| "main": "index.d.ts", | ||
| "types": "index.d.ts", | ||
| "types": "@types/index.d.ts", | ||
| "files": [ | ||
| "index.d.ts" | ||
| "@types/index.d.ts" | ||
| ], | ||
| "scripts": { | ||
| "test": "jest", | ||
| ... | ... |
Please
register
or
sign in
to comment