-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@renanmalato/logger-plus",
"version": "1.2.11",
"description": "A powerful and easy-to-use logging utility for React Native and Expo applications. @renanmalato/logger-plus provides a consistent way to log messages with different levels of severity (info, success, warning, error) and includes timestamps for each log entry. Designed specifically for mobile applications, it ensures that logs are clear, concise, and easy to track. Perfect for developers looking to maintain clean and informative logs in their React Native and Expo projects.",
"main": "loggerPlus.js",
"types": "loggerPlus.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"logger",
"logging",
"custom-logger",
"react-native",
"expo",
"react-native-logger",
"expo-logger",
"mobile-logging",
"debugging",
"error-logging",
"console-log",
"info-logging",
"success-logging",
"warning-logging"
],
"author": "renanmalato",
"license": "MIT"
}