Add BLE BPL scale native module and BMI integration
This commit is contained in:
17
package.json
17
package.json
@@ -2,16 +2,8 @@
|
||||
"name": "react-native-bpl-scale",
|
||||
"version": "0.1.0",
|
||||
"description": "React Native Bluetooth BPL weighing scale library",
|
||||
"main": "./lib/module/index.js",
|
||||
"types": "./lib/typescript/src/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"source": "./src/index.tsx",
|
||||
"types": "./lib/typescript/src/index.d.ts",
|
||||
"default": "./lib/module/index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "lib/module/index.js",
|
||||
"types": "lib/typescript/src/index.d.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"lib",
|
||||
@@ -32,7 +24,7 @@
|
||||
"!**/.*"
|
||||
],
|
||||
"scripts": {
|
||||
"example": "yarn workspace react-native-bpl-scale-example",
|
||||
"example": "npm --prefix example run android",
|
||||
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
||||
"prepare": "bob build",
|
||||
"typecheck": "tsc"
|
||||
@@ -46,7 +38,7 @@
|
||||
"type": "git",
|
||||
"url": "git+.git"
|
||||
},
|
||||
"author": " <> ()",
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "/issues"
|
||||
@@ -62,7 +54,6 @@
|
||||
"react": "19.2.0",
|
||||
"react-native": "0.83.0",
|
||||
"react-native-builder-bob": "^0.40.13",
|
||||
"turbo": "^2.5.6",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user