@project-sunbird/logger
Version:
Sunbird logger library
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "@project-sunbird/logger",
"version": "0.0.14",
"description": "Sunbird logger library",
"files": [
"decorator/**/*",
"logger/**/*"
],
"main": "logger/logger.js",
"types": "logger/logger.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-sunbird/sunbird-js-logger.git"
},
"keywords": [
"sunbird",
"logging"
],
"author": "sunbird",
"license": "MIT",
"bugs": {
"url": "https://github.com/project-sunbird/sunbird-js-logger/issues"
},
"homepage": "https://github.com/project-sunbird/sunbird-js-logger#readme",
"devDependencies": {
"gulp": "4.0.2",
"prettier": "1.19.1",
"tslint": "6.1.0",
"tslint-config-prettier": "1.18.0",
"typescript": "4.9.5"
},
"dependencies": {
"@types/lodash": "4.14.149",
"@types/node": "13.9.0",
"json-stringify-safe": "5.0.1",
"lodash": "4.17.21",
"winston": "3.13.0",
"winston-daily-rotate-file": "5.0.0"
}
}