{
  "name": "@mter/lazy-logger",
  "version": "0.0.4",
  "description": "simple console logger insterface to improve performance by lazy string evaluation",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "tsc",
    "test": "nyc mocha test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Upekshe/lazy-logger.git"
  },
  "keywords": [
    "lazy",
    "logger",
    "js",
    "node"
  ],
  "author": "upekshejay (upekshejay@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Upekshe/lazy-logger/issues"
  },
  "homepage": "https://github.com/Upekshe/lazy-logger#readme",
  "devDependencies": {
    "@types/node": "^18.11.13",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "sinon": "^15.0.0",
    "typescript": "^4.9.4"
  },
  "private": false,
  "engines": {
    "node": ">=12.0.0"
  },
  "engineStrict": true
}
