{
  "name": "@aomi/react-native-components",
  "version": "1.0.1-Alpha.9",
  "description": "React Native Components",
  "main": "index.js",
  "private": false,
  "scripts": {
    "build": "tsc -d",
    "watch": "tsc -d && tsc -w",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepublishOnly": "tsc -d",
    "clear": "rm -rf *.d.ts *.js *.js.map **/*.d.ts **/*.js **/*.js.map **/*/build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sitb-software/ReactNativeComponents.git"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-components",
    "components",
    "ios",
    "andorid",
    "objective-c",
    "sitb softwrae",
    "ui"
  ],
  "author": "Sean <sean.snow@live.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sitb-software/react-native-components/issues"
  },
  "homepage": "https://github.com/sitb-software/react-native-components#readme",
  "devDependencies": {
    "@aomi/utils": "^1.0.1",
    "@react-native-community/async-storage": "^1.12.1",
    "@react-native-community/eslint-config": "^2.0.0",
    "@react-native-community/eslint-plugin": "^1.1.0",
    "@types/react": "^17.0.3",
    "@types/react-native": "^0.64.4",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "babel-eslint": "^10.0.3",
    "eslint": "^7.25.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-react": "^7.23.2",
    "hoist-non-react-statics": "^3.3.2",
    "jsdk": "^0.0.14-Alpha",
    "prettier": "^2.2.1",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-native": "^0.64.0",
    "react-native-animatable": "^1.3.3",
    "react-native-overlay": "^0.5.0",
    "react-native-root-siblings": "^4.1.0",
    "react-native-svg": "^12.1.1",
    "react-native-tab-view": "^3.0.1",
    "react-native-vector-icons": "^8.1.0",
    "typescript": "^4.2.4"
  }
}
