Add zap utils

This commit is contained in:
Jon Staab
2024-03-25 16:52:49 -07:00
parent eb9c778a66
commit 0b5a4e8511
13 changed files with 307 additions and 19 deletions
+5 -4
View File
@@ -20,10 +20,8 @@
}
},
"scripts": {
"pub": "npm run lint && npm run rebuild && npm publish",
"rebuild": "npm run clean && npm run build",
"build": "tsc-multi",
"clean": "gts clean",
"pub": "npm run lint && npm run build && npm publish",
"build": "gts clean && tsc-multi",
"lint": "gts lint",
"fix": "gts fix"
},
@@ -32,5 +30,8 @@
"gts": "^5.0.1",
"tsc-multi": "^1.1.0",
"typescript": "~5.1.6"
},
"dependencies": {
"@scure/base": "^1.1.6"
}
}