feat: Adding token creator and a parser
Showing
| ... | ... | @@ -4,9 +4,12 @@ |
| "description": "Library to manage tokens using js", | ||
| "main": "index.d.ts", | ||
| "types": "index.d.ts", | ||
| "files": ["index.d.ts"], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "scripts": { | ||
| "test": "jest" | ||
| "test": "jest", | ||
| "build": "tsc" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| ... | ... | @@ -16,6 +19,7 @@ |
| "jsonwebtoken": "^9.0.2" | ||
| }, | ||
| "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