UNPKG

@callstack/reassure-logger

Version:
61 lines (60 loc) 1.42 kB
{ "name": "@callstack/reassure-logger", "version": "1.4.0", "description": "Logger for Reassure project", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "source": "src/index.ts", "files": [ "lib", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "build": "bob build", "clean": "del lib" }, "keywords": [ "react-native", "ios", "android" ], "repository": "https://github.com/callstack/reassure", "author": "Maciej Jastrzębski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski)", "contributors": [ "Jakub Bujko <jakub.bujko@callstack.com> (https://github.com/Xiltyn)", "Michał Pierzchała <thymikee@gmail.com> (https://github.com/thymikee)" ], "license": "MIT", "bugs": { "url": "https://github.com/callstack/reassure/issues" }, "homepage": "https://github.com/callstack/reassure#readme", "dependencies": { "chalk": "4.1.2" }, "devDependencies": { "del-cli": "^5.1.0", "react-native-builder-bob": "^0.24.0", "typescript": "^5.8.2" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "publishConfig": { "access": "public" } }