{
  "name": "@koober/log",
  "version": "1.0.0-rc.54",
  "description": "Logging library",
  "keywords": [
    "log",
    "logging"
  ],
  "homepage": "https://gitlab.com/koober-sas/std/tree/master/packages/log#readme",
  "bugs": {
    "url": "https://gitlab.com/koober-sas/std/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/koober-sas/std.git",
    "directory": "packages/log"
  },
  "license": "MIT",
  "author": "Julien Polo <julien.polo@koober.com>",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib/**/!(*.spec).d.ts",
    "lib/**/!(*.spec).d.ts.map",
    "lib/**/!(*.spec).js.map",
    "lib/**/!(*.spec).js",
    "src/**/!(*.spec).ts"
  ],
  "scripts": {
    "build": "npm run build:src",
    "build:src": "tsc",
    "clean": "npx rimraf lib",
    "docs": "md-magic --path '**/*.md' --ignore='node_modules'",
    "format": "eslint . --ext .js,.ts --fix --cache",
    "lint": "eslint . --ext .js,.ts --cache",
    "test": "jest .",
    "test:watch": "jest . --watch",
    "tsc": "tsc",
    "validate": "npm run lint && npm run build && npm run test"
  },
  "eslintConfig": {
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  },
  "eslintIgnore": [
    "lib"
  ],
  "jest": {
    "roots": [
      "<rootDir>/src"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "dependencies": {
    "@koober/std": "^1.0.0-rc.54",
    "@koober/uuid": "^1.0.0-rc.54"
  },
  "devDependencies": {
    "@types/uuid": "^3.4.5"
  },
  "peerDependencies": {
    "typescript": "^3.8.0 || ^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a66f85356ff8513999853929fe242238f0e98748"
}
