UNPKG

react-native-fast-io

Version:

Modern IO for React Native, built on top of Nitro and Web standards

93 lines (92 loc) 2.04 kB
{ "name": "react-native-fast-io", "version": "0.2.0", "description": "Modern IO for React Native, built on top of Nitro and Web standards", "main": "./lib/commonjs/index", "module": "./lib/module/index", "types": "./lib/typescript/commonjs/src/index.d.ts", "react-native": "./src/index", "source": "./src/index", "exports": { ".": { "import": "./lib/module/index.js", "require": "./lib/commonjs/index.js", "react-native": "./src/index" }, "./*": { "types": "./lib/typescript/commonjs/src/w3c/*.d.ts", "import": "./lib/module/w3c/*.js", "require": "./lib/commonjs/w3c/*.js", "react-native": "./src/w3c/*" } }, "scripts": { "codegen": "npx nitro-codegen", "prepare": "bob build" }, "homepage": "https://github.com/callstackincubator/react-native-fast-io", "license": "MIT", "files": [ "src", "!src/__tests__", "lib", "android/build.gradle", "android/gradle.properties", "android/CMakeLists.txt", "android/src", "ios", "cpp", "nitrogen", "ios", "FastIO.podspec" ], "author": "Mike Grabowski <grabbou@gmail.com>", "peerDependencies": { "react-native": "^0.76.0", "react-native-nitro-modules": "^0.20.0" }, "dependencies": { "@bacons/text-decoder": "^0.0.0", "event-target-shim": "^6.0.2", "web-streams-polyfill": "^4.0.0" }, "devDependencies": { "nitro-codegen": "^0.20.0", "react-native-builder-bob": "^0.32.1" }, "keywords": [ "react-native", "websocket", "fetch", "io", "streams", "nitro", "react-native-nitro-modules", "nitrogen" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "esm": true } ], [ "module", { "esm": true } ], [ "typescript", { "esm": true, "tsc": "../../node_modules/.bin/tsc" } ] ] } }