{
	"name": "@ozmap/logger",
	"version": "0.2.6",
	"description": "DevOZ logger module.",
	"main": "dist/index.js",
	"scripts": {
		"build": "tsc",
		"build:watch": "tsc -w",
		"docs": "jsdoc -c .jsdocrc dist/lib",
		"test": "jest --detectOpenHandles",
		"test:watch": "jest --watchAll --detectOpenHandles",
		"lint": "eslint --ext .js,.ts",
		"format": "prettier --write",
		"prepare": "husky"
	},
	"types": "dist/index.d.ts",
	"files": [
		"/dist"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ozmap/ozlogger.git"
	},
	"keywords": [
		"NodeJS",
		"Logger",
		"Console"
	],
	"author": "Leandro Schabarum <leandro.schabarum@ozmap.com.br>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ozmap/ozlogger/issues"
	},
	"homepage": "https://github.com/ozmap/ozlogger#readme",
	"devDependencies": {
		"@tsconfig/node20": "^20.1.2",
		"@types/jest": "^29.5.12",
		"@types/node": "^20.11.16",
		"@typescript-eslint/eslint-plugin": "^6.21.0",
		"@typescript-eslint/parser": "^6.21.0",
		"eslint": "^8.56.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-jsdoc": "^48.0.5",
		"eslint-plugin-prettier": "^5.1.3",
		"husky": "^9.0.10",
		"jest": "^29.7.0",
		"jsdoc": "^4.0.2",
		"jsdoc-plugin-typescript": "^2.2.1",
		"listr": "^0.14.3",
		"prettier": "^3.2.5",
		"ts-jest": "^29.1.2",
		"typescript": "^5.3.3"
	}
}
