{
  "name": "@dexare/logger",
  "version": "1.0.2",
  "description": "A Dexare module that provides colorful logging",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "author": "Snazzah",
  "license": "MIT",
  "repository": "https://github.com/Dexare/logger",
  "bugs": {
    "url": "https://github.com/Dexare/logger/issues"
  },
  "funding": {
    "url": "https://github.com/sponsors/Snazzah"
  },
  "keywords": [
    "dexare",
    "dexare-module"
  ],
  "scripts": {
    "build": "npx rimraf lib && npx tsc",
    "build:prepare": "npx shx test -d ./lib || npm run build",
    "changelog": "ts-node scripts/changelog",
    "lint": "npx eslint --ext .ts ./src",
    "lint:fix": "npx eslint --ext .ts ./src --fix",
    "test": "mocha -r ts-node/register --extension ts",
    "prepare": "npx husky install && npm run build:prepare",
    "prepublishOnly": "(npx shx test -d ./lib || (echo \"lib folder does not exist\" && exit 1)) && npm run lint:fix"
  },
  "lint-staged": {
    "*.ts": "eslint --fix"
  },
  "dependencies": {
    "chalk": "4",
    "dayjs": "^1.10.7",
    "dexare": "^2.2.1",
    "winston": "^3.5.0"
  },
  "devDependencies": {
    "@types/node": "^17.0.13",
    "@types/ws": "^8.2.2",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.0",
    "lint-staged": "^12.0.2",
    "prettier": "^2.5.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5",
    "yarn": "^1.22.10"
  }
}
