UNPKG

@ibgib/helper-gib

Version:

common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.

37 lines 887 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "group": "build", "problemMatcher": [] }, { "type": "npm", "script": "test", "group": "build", "problemMatcher": [] }, { "type": "npm", "script": "clean", "group": "build", "problemMatcher": [] }, { "type": "npm", "script": "build:test", "group": "build", "problemMatcher": [] }, { "type": "npm", "script": "prepare:publish", "group": "build", "problemMatcher": [] } ], }