{
  "name": "@spark.ts/logger",
  "version": "1.3.5",
  "description": "a logger that extends the native console",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/durocodes/spark.git"
  },
  "keywords": [
    "logger",
    "console"
  ],
  "author": "durocodes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/durocodes/spark/issues"
  },
  "homepage": "https://github.com/durocodes/logger#readme",
  "devDependencies": {
    "@types/node": "18.8.4",
    "@typescript-eslint/eslint-plugin": "5.40.1",
    "@typescript-eslint/parser": "5.40.1",
    "eslint": "8.25.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.26.0",
    "tsup": "6.2.3",
    "typescript": "4.8.4"
  },
  "dependencies": {
    "ansi-colors": "^4.1.3"
  },
  "scripts": {
    "watch": "tsup --watch --dts",
    "lint": "eslint src/**/*.ts",
    "format": "eslint src/**/*.ts --fix",
    "build": "tsc"
  }
}