{
    "name": "@dachongziy/react-native-general-actionsheet",
    "version": "1.0.1",
    "private": false,
    "description": "ActionSheet api on iOS and Android same as ActionSheetIOS.",
    "main": "index.js",
    "scripts": {
        "test": "./node_modules/.bin/eslint . --ext .js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/gaoxiaosong/react-native-general-actionsheet.git"
    },
    "keywords": [
        "React Native",
        "ActionSheet"
    ],
    "author": "Xiaosong Gao",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/gaoxiaosong/react-native-general-actionsheet/issues",
        "email": "gaoxiaosong06@gmail.com"
    },
    "homepage": "https://github.com/gaoxiaosong/react-native-general-actionsheet#readme",
    "dependencies": {
        "react-native-safe-area-utility": "^1.0.0",
        "react-native-root-siblings": "^4.1.0"
    },
    "devDependencies": {
        "eslint-plugin-automatic": "latest",
        "react": "latest"
    }
}
