UNPKG

nightingale-react-native-console

Version:
85 lines 2.18 kB
{ "name": "nightingale-react-native-console", "version": "16.2.0", "description": "React Native and Expo handler for nightingale", "keywords": [ "nightingale", "nightingale-handler", "expo", "react-native" ], "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/christophehurpeau/nightingale.git", "directory": "packages/nightingale-react-native-console" }, "homepage": "https://github.com/christophehurpeau/nightingale", "type": "module", "engines": { "node": ">=22.14.0" }, "sideEffects": false, "types": "./dist/definitions/index.d.ts", "module": "./dist/index-browser.es.js", "browser": "./dist/index-browser.es.js", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/definitions/index.d.ts", "browser": { "import": "./dist/index-browser.es.js" } } }, "files": [ "src", "dist" ], "scripts": { "build": "yarn clean:build && rollup --config rollup.config.mjs && yarn run build:definitions", "build:definitions": "tsc -p tsconfig.json", "clean": "yarn clean:build", "clean:build": "pob-babel-clean-out dist", "lint": "yarn run lint:eslint", "lint:eslint": "yarn ../.. run eslint --quiet packages/nightingale-react-native-console", "watch": "yarn clean:build && rollup --config rollup.config.mjs --watch" }, "browserslist": { "production": [ "defaults", "> 0.2%", "not ie < 12", "not safari < 10", "not ios_saf < 10" ] }, "pob": { "bundler": "rollup-babel", "entries": [ "index" ], "envs": [ { "target": "browser" } ] }, "prettier": "@pob/root/prettier-config", "peerDependencies": { "react-native": "*" }, "dependencies": { "nightingale": "16.2.0", "nightingale-types": "16.0.0" }, "devDependencies": { "@babel/core": "7.26.10", "@babel/preset-env": "7.26.9", "pob-babel": "43.4.0", "react": "18.3.1", "react-native": "0.77.0", "typescript": "5.8.2" } }