feat: Adding token creator and a parser
Showing
... | @@ -4,9 +4,12 @@ | ... | @@ -4,9 +4,12 @@ |
"description": "Library to manage tokens using js", | "description": "Library to manage tokens using js", | ||
"main": "index.d.ts", | "main": "index.d.ts", | ||
"types": "index.d.ts", | "types": "index.d.ts", | ||
"files": ["index.d.ts"], | "files": [ | ||
"index.d.ts" | |||
], | |||
"scripts": { | "scripts": { | ||
"test": "jest" | "test": "jest", | ||
"build": "tsc" | |||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "", | "author": "", | ||
... | @@ -16,6 +19,7 @@ | ... | @@ -16,6 +19,7 @@ |
"jsonwebtoken": "^9.0.2" | "jsonwebtoken": "^9.0.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"jest": "^29.7.0" | "jest": "^29.7.0", | ||
} | "typescript": "^5.6.3" | ||
} | |||
} | } |
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment