house-middleware-sdk
Version:
58 hosue rn native sdk
41 lines (40 loc) • 1.44 kB
JSON
{
"name": "house-middleware-sdk",
"version": "2.2.30",
"description": "58 hosue rn native sdk ",
"main": "index.js",
"scripts": {
"apvp": "npm run async-publish-version-patch",
"async-publish-version-patch": "read -p 'add git commit info:' MSG && git add -A . && git commit -a -m $MSG && git pull && npm version patch && git push && npm publish",
"async-publish-version-minor": "read -p 'add git commit info:' MSG && git add -A . && git commit -a -m $MSG && git pull && npm version minor && git push && npm publish",
"async-publish-version-major": "read -p 'add git commit info:' MSG && git add -A . && git commit -a -m $MSG && git pull && npm version major && git push && npm publish"
},
"keywords": [
"rn",
"house",
"sdk",
"native"
],
"author": "wpina",
"license": "ISC",
"bundleDependencies": [],
"dependencies": {
"@w/wbapp": "3.0.13-alpha2",
"ajkapp": "^1.0.6",
"debounce": "1.0.2",
"md5": "^2.2.1",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"node-forge": "^0.9.1",
"react-native-iphone-x-helper": "^1.0.1",
"react-native-keyboard-aware-scroll-view": "^0.3.0",
"react-native-popup-dialog": "^0.17.0",
"react-native-storage": "^1.0.0-beta.1",
"react-native-swiper": "^1.5.13",
"rmc-date-picker": "^6.0.0-alpha.6",
"rmc-picker": "^5.0.0-alpha.2",
"rxjs": "^6.5.3"
},
"types": "index.d.ts",
"deprecated": false
}