{
    "name": "@react-native-oh-tpl/react-native-system-setting",
    "version": "1.7.6-0.0.1",
    "description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
    "main": "SystemSetting.js",
    "types": "SystemSetting.d.ts",
    "homepage": "https://github.com/c19354837/react-native-system-setting",
    "bugs": {
        "url": "https://github.com/c19354837/react-native-system-setting/issues"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "react-native",
        "system",
        "setting",
        "volume",
        "wifi",
        "brightness",
        "location",
        "bluetooth",
        "airplane"
    ],
    "author": {
        "name": "Ninty",
        "email": "c19354837@hotmail.com",
        "url": "https://github.com/c19354837"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/c19354837/react-native-system-setting.git"
    },
    "license": "MIT",
    "harmony": {
        "codegenConfig": {
            "specPaths": [
                "./src"
            ]
        },
        "alias": "react-native-system-setting"
    }
}