package.json•835 B
{
"name": "@fonoster/logger",
"version": "0.15.20",
"description": "Logger module",
"author": "Pedro Sanders <psanders@fonoster.com>",
"homepage": "https://github.com/fonoster/fonoster#readme",
"license": "MIT",
"main": "dist/index",
"types": "dist/index",
"scripts": {
"prebuild": "rimraf ./dist tsconfig.tsbuildinfo",
"build": "tsc -b tsconfig.json"
},
"directories": {
"src": "src",
"test": "test"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fonoster/fonoster.git"
},
"bugs": {
"url": "https://github.com/fonoster/fonoster/issues"
},
"dependencies": {
"fluent-logger": "^3.4.1",
"winston": "^3.13.0"
},
"gitHead": "3509817cc2cf3ef6684437e33ffd694d1174510b"
}