feat: Adding token creator and a parser
Showing
... | @@ -2,10 +2,9 @@ | ... | @@ -2,10 +2,9 @@ |
"name": "@types/security-ndjs-lib", | "name": "@types/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.d.ts", | "types": "@types/index.d.ts", | ||
"types": "index.d.ts", | |||
"files": [ | "files": [ | ||
"index.d.ts" | "@types/index.d.ts" | ||
], | ], | ||
"scripts": { | "scripts": { | ||
"test": "jest", | "test": "jest", | ||
... | ... |
Please
register
or
sign in
to comment