UNPKG

@goldstack/utils-log

Version:

Utilities for emitting logs.

50 lines 1.57 kB
{ "name": "@goldstack/utils-log", "version": "0.3.33", "description": "Utilities for emitting logs.", "keywords": [ "goldstack", "utility", "logs" ], "homepage": "https://goldstack.party", "bugs": { "url": "https://github.com/goldstack/goldstack/issues" }, "repository": { "type": "git", "url": "https://github.com/goldstack/goldstack-lib" }, "license": "MIT", "author": "Max Rohde", "sideEffects": false, "main": "dist/src/utilsLog.js", "scripts": { "build": "yarn clean && yarn compile", "build:watch": "yarn clean && yarn compile-watch", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.json", "compile-watch": "tsc -p tsconfig.json --watch", "compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand", "prepublishOnly": "yarn run build", "publish": "yarn npm publish --tolerate-republish", "test": "jest --passWithNoTests --config=./jest.config.js --runInBand", "patch-when-changed": "git diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- . || yarn version patch" }, "dependencies": { "@goldstack/utils-cli": "0.3.31" }, "devDependencies": { "@swc/core": "^1.15.8", "@swc/jest": "^0.2.39", "@types/jest": "^30.0.0", "@types/node": "^25.0.3", "jest": "^30.2.0", "rimraf": "^6.1.2", "typescript": "^5.9.3" }, "publishConfig": { "main": "dist/src/utilsLog.js" } }