feat: Adding token creator and a parser
Showing
| ... | @@ -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", | ||
| ... | ... | 
types/tokenmodel.js
0 → 100644
Please
register
or
sign in
to comment