{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"fast-install-project": "cd ../ && npm i --legacy-peer-deps && npm run pack && cd ./example && npm i --force",
"fast:pkg": "npm run fast-install-project && npm run dev",
"start": "hdc rport tcp:8081 tcp:8081 && react-native start",
"dev": "npm run codegen && react-native bundle-harmony --dev --minify=false",
"pack:pkg": "cd ../ && npm i -f && npm pack && cd ./example",
"install:pkg": "npm uninstall @react-native-ohos/react-native-bluetooth-printer && npm run pack:pkg && npm i @react-native-ohos/react-native-bluetooth-printer@file:../react-native-ohos-react-native-bluetooth-printer-0.0.2-beta.3.tgz",
"postinstall": "node ./scripts/create-build-profile",
"codegen": "react-native codegen-harmony --rnoh-module-path ./harmony/entry/oh_modules/@rnoh/react-native-openharmony"
},
"dependencies": {
"@react-native-ohos/react-native-bluetooth-printer": "file:../react-native-ohos-react-native-bluetooth-printer-0.0.2-beta.3.tgz",
"@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@0.0.42",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-harmony": "npm:@react-native-oh/react-native-harmony@0.72.128"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.24",
"eslint": "^8.19.0",
"metro-config": "^0.76.3",
"metro-react-native-babel-preset": "0.73.9",
"typescript": "4.8.4"
},
"overrides": {
"@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@0.0.42",
"@react-native/codegen": "0.74.0"
}
}