UNPKG

wf-logging-toolbox

Version:
39 lines (38 loc) 959 B
{ "name": "wf-logging-toolbox", "version": "1.0.4", "description": "Logging utility library for Node.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "jest --passWithNoTests", "start": "node ./dist/index.js", "build": "tsc", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/LeonardoNevesDuarte/wf-logging-toolbox.git" }, "keywords": [ "node", "node.js", "logging" ], "author": "Leonardo Neves Duarte", "license": "GPL-3.0", "bugs": { "url": "https://github.com/LeonardoNevesDuarte/wf-logging-toolbox/issues" }, "homepage": "https://github.com/LeonardoNevesDuarte/wf-logging-toolbox#readme", "dependencies": { "jest": "^28.1.3", "moment-timezone": "^0.5.34" }, "devDependencies": { "@types/jest": "^28.1.6", "@types/node": "^18.0.6", "ts-jest": "^28.0.7", "typescript": "^4.7.4" } }