{
  "name": "@pgpmjs/logger",
  "version": "2.6.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Simple logger utility",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "yanse": "^0.2.1"
  },
  "keywords": [
    "logger",
    "logging",
    "yanse",
    "console",
    "pgpm",
    "pgpmjs"
  ],
  "devDependencies": {
    "makage": "^0.3.0"
  },
  "gitHead": "1b3af3c5189b9ca2e765b9239a4b287099e64a03"
}
