{"_id":"@9lan/react-native-ble","name":"@9lan/react-native-ble","dist-tags":{"latest":"0.2.0"},"versions":{"0.2.0":{"name":"@9lan/react-native-ble","version":"0.2.0","description":"react native module that manages the functionality of searching for bluetooth low energy (BLE) peripherals","main":"lib/commonjs/index","module":"lib/module/index","types":"lib/typescript/src/index.d.ts","react-native":"src/index","source":"src/index","scripts":{"example":"yarn workspace @9lan/react-native-ble-example","test":"jest","typecheck":"tsc --noEmit","lint":"eslint \"**/*.{js,ts,tsx}\"","clean":"del-cli android/build example/android/build example/android/app/build example/ios/build lib","prepare":"bob build","release":"release-it"},"keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/9lan/react-native-ble.git"},"author":{"name":"Andang Vijayanto Utomo","email":"85025777+9lan@users.noreply.github.com","url":"https://github.com/9lan"},"license":"MIT","bugs":{"url":"https://github.com/9lan/react-native-ble/issues"},"homepage":"https://github.com/9lan/react-native-ble#readme","publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"devDependencies":{"@commitlint/config-conventional":"^17.0.2","@evilmartians/lefthook":"^1.5.0","@react-native/eslint-config":"^0.73.1","@release-it/conventional-changelog":"^5.0.0","@types/jest":"^29.5.5","@types/react":"^18.2.44","commitlint":"^17.0.2","del-cli":"^5.1.0","eslint":"^8.51.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.1","jest":"^29.7.0","prettier":"^3.0.3","react":"18.2.0","react-native":"0.74.1","react-native-builder-bob":"^0.20.0","release-it":"^15.0.0","turbo":"^1.10.7","typescript":"5.1.6"},"resolutions":{"@types/react":"^18.2.44"},"peerDependencies":{"react":"*","react-native":"*"},"workspaces":["example"],"packageManager":"yarn@3.6.1","jest":{"preset":"react-native","modulePathIgnorePatterns":["<rootDir>/example/node_modules","<rootDir>/lib/"]},"commitlint":{"extends":["@commitlint/config-conventional"]},"release-it":{"git":{"commitMessage":"chore: release ${version}","tagName":"v${version}"},"npm":{"publish":true},"github":{"release":true},"plugins":{"@release-it/conventional-changelog":{"preset":"angular"}}},"eslintConfig":{"root":true,"extends":["@react-native","prettier"],"rules":{"prettier/prettier":["error",{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"es5","useTabs":false}]}},"eslintIgnore":["node_modules/","lib/"],"prettier":{"quoteProps":"consistent","singleQuote":true,"tabWidth":2,"trailingComma":"es5","useTabs":false},"react-native-builder-bob":{"source":"src","output":"lib","targets":["commonjs","module",["typescript",{"project":"tsconfig.build.json"}]]},"_id":"@9lan/react-native-ble@0.2.0","gitHead":"af239a8e869271987d65481b1360e4a950b4fa2c","_nodeVersion":"20.9.0","_npmVersion":"10.1.0","dist":{"integrity":"sha512-vFMGcxMoyGO9oRd0feHytvkU05FpsFP3mNDCDEKmiWi6GVE6JxK2grDQCHEdTJ+TqFBibwHDqBMCIQvQ4qs9xw==","shasum":"53685fd42649cb1d4912f60920f542d1fa85d912","tarball":"https://registry.npmjs.org/@9lan/react-native-ble/-/react-native-ble-0.2.0.tgz","fileCount":35,"unpackedSize":39727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDxD5JX8YnYzcHCf61L3LM0ZG114KuGO+JzlX/GXkznuAiEAqB5GS0GIHERwJgpJ5AkuUqnv0EdRKUylLSX0qYN5Lm0="}]},"_npmUser":{"name":"9lan","email":"andangvijayantoutomo@gmail.com"},"directories":{},"maintainers":[{"name":"9lan","email":"andangvijayantoutomo@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-native-ble_0.2.0_1717328334465_0.21348712644369572"},"_hasShrinkwrap":false}},"time":{"created":"2024-06-02T11:38:54.336Z","0.2.0":"2024-06-02T11:38:54.615Z","modified":"2024-06-02T11:38:54.919Z"},"maintainers":[{"name":"9lan","email":"andangvijayantoutomo@gmail.com"}],"description":"react native module that manages the functionality of searching for bluetooth low energy (BLE) peripherals","homepage":"https://github.com/9lan/react-native-ble#readme","keywords":["react-native","ios","android"],"repository":{"type":"git","url":"git+https://github.com/9lan/react-native-ble.git"},"author":{"name":"Andang Vijayanto Utomo","email":"85025777+9lan@users.noreply.github.com","url":"https://github.com/9lan"},"bugs":{"url":"https://github.com/9lan/react-native-ble/issues"},"license":"MIT","readme":"# React Native Ble\n\nReact native module that manages the functionality of searching for Bluetooth Low Energy (BLE) peripherals\n\n## Installation\n\n```sh\nnpm install @9lan/react-native-ble\n```\nor\n```sh\nyarn add @9lan/react-native-ble\n```\n\n## Usage\n\n```ts\nimport { ReactNativeBle, type Peripheral } from '@9lan/react-native-ble';\n```\nSee [example](example)\n\n\n## Features\n\n- [x] Implement a feature to initiate and terminate the scanning of nearby BLE peripherals on IOS.\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n","readmeFilename":"README.md"}