{
  "name": "react-native-logs",
  "version": "5.6.0",
  "description": "Performance-aware simple logger for React-Native with namespaces, custom levels and custom transports (colored console, file writing, etc.)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:verbose": "jest --verbose",
    "test:cov": "jest --coverage",
    "build": "rm -rf dist && tsc",
    "precommit": "rm -rf dist && tsc && jest --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mowispace/react-native-logs.git"
  },
  "keywords": [
    "log",
    "logs",
    "logger",
    "react-native",
    "expo",
    "error",
    "console",
    "colors",
    "debug",
    "file",
    "custom",
    "levels",
    "namespace"
  ],
  "author": "Alessandro Bottamedi - a.bottamedi@me.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mowispace/react-native-logs/issues"
  },
  "homepage": "https://github.com/mowispace/react-native-logs#readme",
  "devDependencies": {
    "jest": "^30.2.0",
    "typescript": "^5.9.3"
  }
}
