Commit 5177ce93 by Percy Quispe Huarcaya

feat: Adding token creator and a parser

parent 8e0eb571
...@@ -6,8 +6,10 @@ ...@@ -6,8 +6,10 @@
"main": "src/util/token.ts", "main": "src/util/token.ts",
"types": "types/security-ndjs-lib.d.ts", "types": "types/security-ndjs-lib.d.ts",
"scripts": { "scripts": {
"build": "tsc",
"test": "jest --config jest.config.ts" "test": "jest --config jest.config.ts"
}, },
"keywords": [], "keywords": [],
"author": "poqh", "author": "poqh",
"license": "ISC", "license": "ISC",
......
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