{
  "name": "@untools/logger",
  "version": "0.1.0",
  "description": "An enhanced logger for JavaScript/TypeScript that handles DOM elements and circular references",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "logger",
    "typescript",
    "dom",
    "circular-references",
    "debugging"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miracleonyenma/untools-logger.git"
  },
  "bugs": {
    "url": "https://github.com/miracleonyenma/untools-logger/issues"
  },
  "homepage": "https://github.com/miracleonyenma/untools-logger#readme",
  "devDependencies": {
    "@types/jest": "^27.5.2",
    "@types/node": "^18.11.18",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.4"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
