UNPKG

@unblocks/utils

Version:
44 lines (43 loc) 1 kB
{ "name": "@unblocks/utils", "version": "0.2.2", "description": "Collection of utility functions and classes", "keywords": [ "unblocks", "utils", "utility" ], "authors": [ "Krist Wongsuphasawat (http://kristw.yellowpigz.com)" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/kristw/unblocks.git" }, "homepage": "https://github.com/kristw/unblocks/blob/main/packages/unblocks-utils/README.md", "bugs": { "url": "https://github.com/kristw/unblocks/issues" }, "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsup", "clean": "rm -rf dist", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/", "test": "jest --coverage" }, "jest": { "preset": "@unblocks/jest-presets/browser" }, "publishConfig": { "access": "public" } }