{
  "name": "@nxtwebmasters/nxt-smart-logger",
  "version": "2.0.0",
  "description": "A configurable smart logger for web apps that supports server and Google Tag Manager (GTM) logging with user/session context.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/ConsoleInterceptor.d.ts",
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nxtwebmasters/nxt-smart-logger.git"
  },
  "keywords": [
    "logger",
    "console",
    "interceptor",
    "gtm",
    "server-logs",
    "angular",
    "react",
    "typescript"
  ],
  "author": "NxtWebMasters",
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": ">=14.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@types/node": "^22.15.24",
    "@types/uuid": "^10.0.0",
    "rollup": "^3.0.0",
    "rollup-plugin-typescript2": "^0.35.0",
    "typescript": "^5.0.0"
  },
  "bugs": {
    "url": "https://github.com/nxtwebmasters/nxt-smart-logger/issues"
  },
  "homepage": "https://github.com/nxtwebmasters/nxt-smart-logger#readme"
}
