@livy/util
Version:
Common utilities for the Livy logger
46 lines (45 loc) • 996 B
JSON
{
"name": "@livy/util",
"version": "1.0.6",
"description": "Common utilities for the Livy logger",
"keywords": [
"logging",
"logger",
"logs",
"log",
"loglevel",
"tools",
"monolog",
"util"
],
"author": "loilo <florian.reuschel@gmx.de>",
"homepage": "https://github.com/loilo/livy/tree/master/packages/util#readme",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/loilo/livy/tree/master/packages/util",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/loilo/livy/issues"
},
"dependencies": {
"@livy/contracts": "^1.1.2",
"luxon": "^1.25.0"
},
"devDependencies": {
"@types/luxon": "^1.25.0",
"@types/node": "^14.11.2",
"typescript": "^4.0.3"
},
"gitHead": "bd96a3e4d1e5870873b0e0b9e538486aea6343a2"
}