{
  "name": "@emcd-vue/auth",
  "version": "7.1.0",
  "description": "Internal structured logger with log levels, context and remote drain support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --noEmit || true",
    "test": "node test/index.test.js",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "echo 'Building...'"
  },
  "keywords": ["logger", "logging", "structured", "monitoring", "internal"],
  "author": "Emcd-Vue Platform Engineering <platform@emcd-vue.io>",
  "license": "UNLICENSED",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.emcd-vue.io/platform/auth.git"
  },
  "bugs": {
    "url": "https://jira.emcd-vue.io/projects/PLATFORM"
  },
  "homepage": "https://docs.emcd-vue.io/platform/auth",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist/",
    "scripts/",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {},
  "devDependencies": {}
}
