@voturfid/react-native-bluetooth-classic
Version:
Implement bluetooth classic (serial) on Android (Bluetooth Adapter) and IOS (External Accessory)
73 lines • 2.39 kB
JSON
{
"name": "@voturfid/react-native-bluetooth-classic",
"version": "1.60.0-rc.37",
"description": "Implement bluetooth classic (serial) on Android (Bluetooth Adapter) and IOS (External Accessory)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"clean": "rm -rf lib",
"clean-win": "rd /s /q lib",
"tsc": "tsc",
"tsc-win": "npx tsc",
"tsc:watch": "tsc --watch",
"build": "npm run clean && npm run tsc",
"build-win": "npm run clean-win && npm run tsc-win",
"test": "jest",
"preversion": "npm run build",
"release": "npm version prerelease --preid=rc",
"postversion": "git push && git push --tags",
"publish-npm": "npm publish --scope=@voturfid --access=public"
},
"repository": "git://github.com/voturfid/react-native-bluetooth-classic.git",
"keywords": [
"react-native",
"bluetooth-classic",
"Bluetooth Adapter",
"Android",
"External Accessory",
"IOS"
],
"author": "Kenneth Davidson <ken.j.davidson@live.ca> (https://github.com/kenjdavidson)",
"contributors": [
"Jakub Martyčák <martycakjakub@gmail.com> (https://github.com/rusel1989)",
"Tony Lara <tony.lara.p@gmail.com> (https://github.com/tonyl)",
"redloro@gmail.com (https://github.com/redloro)",
"iamandiradustefan@gmail.com (https://github.com/iamandiradu)",
"Andrew Krugliak (https://github.com/andreykrugliak)",
"Anton Petrov (https://github.com/tpettrov)",
"Stephen Woodruff (https://github.com/woodrufs)",
"Phil Pettican (https://github.com/philpettican)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kenjdavidson/react-native-bluetooth-classic/issues"
},
"homepage": "https://github.com/kenjdavidson/react-native-bluetooth-classic",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"dependencies": {
"buffer": "^5.4.3"
},
"files": [
"lib",
"android",
"ios",
"react-native-bluetooth-classic.podspec",
"react-native.config.js"
],
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.0",
"@types/react-native": "^0.63.35",
"jest": "^26.6.1",
"jest-ts-auto-mock": "^1.0.11",
"npm-version": "^1.1.0",
"react": "^16.8.6",
"react-native": "^0.60.0",
"ts-auto-mock": "^2.6.5",
"ts-jest": "^26.4.3",
"ttypescript": "^1.5.12",
"typescript": "^4.0.3"
}
}