{
    "name": "@akylas/nativescript-app-utils",
    "version": "2.2.13",
    "description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.",
    "main": "index",
    "sideEffects": false,
    "typings": "index.d.ts",
    "scripts": {
        "tsc": "cpy '**/*.d.ts' '../../packages/app-utils' --parents --cwd=../../src/app-utils && tsc  --build",
        "build": "npm run tsc && npm run readme",
        "build.watch": "npm run tsc -- -w",
        "build.win": "npm run tsc-win",
        "build.all": "npm run build",
        "clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
        "readme": "readme generate -c ../../tools/readme/blueprint.json"
    },
    "nativescript": {
        "platforms": {
            "android": "5.0.0",
            "ios": "5.0.0"
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/akylas/nativescript-app-utils"
    },
    "keywords": [
        "nativescript",
        "native",
        "typescript",
        "iOS",
        "statusbar",
        "status bar",
        "Vue"
    ],
    "contributors": [
        {
            "name": "Burke Holland",
            "email": "burkeholland@gmail.com",
            "url": "https://github.com/burkeholland"
        },
        {
            "name": "Brad Martin",
            "email": "bradwaynemartin@gmail.com",
            "url": "https://github.com/bradmartin"
        },
        {
            "name": "Vladimir Amiorkov",
            "email": "v.amiorkov@gmail.com",
            "url": "https://github.com/VladimirAmiorkov"
        },
        {
            "name": "Martin Guillon",
            "email": "martin.guillon@akylas.fr",
            "url": "https://github.com/farfromrefug"
        }
    ],
    "license": "MIT",
    "author": "Burke Holland <burkeholland@gmail.com>",
    "bugs": {
        "url": "https://github.com/akylas/nativescript-app-utils/issues"
    },
    "dependencies": {
        "@nativescript-community/https": "^4.1.32",
        "@nativescript-community/l": "^4.3.11",
        "@nativescript-community/ui-share-file": "^1.3.3",
        "make-error": "1.3.6"
    },
    "gitHead": "4114e267ea7aab296a44fe76984fc34d2a458eb8"
}
