{
  "name": "console-success",
  "version": "1.1.2",
  "description": "console.success function logs colored messages with success icon on terminal and browser console.",
  "main": "dist/index.js",
  "scripts": {
    "prepare": "husky",
    "build": "vite build",
    "dev": "vite build --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:all": "npm run test && npm run test:e2e",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tufantunc/node-console-success.git"
  },
  "keywords": [
    "success",
    "logging",
    "console.success",
    "console",
    "built-in",
    "browser",
    "nodejs"
  ],
  "author": "Tufan Tunç <https://tufantunc.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tufantunc/node-console-success/issues"
  },
  "homepage": "https://tufantunc.github.io/node-console-success/",
  "devDependencies": {
    "@playwright/test": "^1.61.1",
    "@vitest/coverage-v8": "^4.1.9",
    "husky": "^9.1.7",
    "terser": "^5.48.0",
    "vite": "^8.1.0",
    "vitest": "^4.1.9"
  }
}