Commit 8ec73473 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 9f4740d8
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Library to manage tokens using js", "description": "Library to manage tokens using js",
"type": "module", "type": "module",
"main": "src/util/token.ts", "main": "dist/util/token.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
......
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