Commit 00e53b11 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 0e74c4fe
{ {
"name": "security-ndjs-lib", "name": "@types/security-ndjs-lib",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "security-ndjs-lib", "name": "@types/security-ndjs-lib",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
......
{ {
"name": "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.js", "main": "index.d.ts",
"types": "index.d.ts",
"files": ["index.d.ts"],
"scripts": { "scripts": {
"test": "jest" "test": "jest"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment