UNPKG

react-native-beautiful-logs

Version:

A beautiful, feature-rich logging library for React Native applications with colored output and file persistence

97 lines (96 loc) 2.9 kB
{ "name": "react-native-beautiful-logs", "version": "1.0.10", "description": "A beautiful, feature-rich logging library for React Native applications with colored output and file persistence", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "files": [ "lib" ], "publishConfig": { "access": "public" }, "keywords": [ "react-native", "logging", "logs", "debug", "console", "file-logging", "color-logs", "beautiful-logs" ], "repository": { "type": "git", "url": "git+https://github.com/rakshitbharat/react-native-beautiful-logs.git" }, "author": "Rakshit Bharat", "license": "MIT", "bugs": { "url": "https://github.com/rakshitbharat/react-native-beautiful-logs/issues" }, "homepage": "https://github.com/rakshitbharat/react-native-beautiful-logs#readme", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "jest --config jest.config.cjs --passWithNoTests", "test:watch": "jest --watch", "demo": "npm test src/__tests__/demo.test.ts --no-jest-cache", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"", "prepare": "husky", "pre-commit": "lint-staged", "typecheck": "tsc --noEmit", "validate": "npm run lint && npm run typecheck && npm run test", "ci": "npm run validate && npm run build", "build:validate": "node scripts/test-build.mjs", "clean": "rm -rf lib coverage", "prebuild": "npm run clean", "dev": "npm run build:watch" }, "dependencies": { "@types/node": "^24.0.14", "moment": "^2.30.1", "react": "^18.3.1", "react-native": "^0.73.11", "react-native-blob-util": "^0.22.2" }, "devDependencies": { "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.9.0", "@types/jest": "^29.5.14", "@types/react": "^18.3.20", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-native": "^4.1.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.1", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "typescript": "^5.8.3" }, "resolutions": { "react": "^18.3.1" }, "overrides": { "react": "^18.3.1" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix", "prettier --write" ], "*.{json,md}": [ "prettier --write" ] }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }