feat: Adding token creator and a parser
Showing
{ | { | ||
"name": "@types/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", | |||
"scripts": { | "scripts": { | ||
"test": "jest" | "test": "jest" | ||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "", | "author": "poqh", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"dotenv": "^16.4.5", | "dotenv": "^16.4.5", | ||
... | ... |
Please
register
or
sign in
to comment