{
    "name": "@nativescript-community/ui-mapbox",
    "version": "7.0.20",
    "description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
    "main": "index",
    "typings": "index.d.ts",
    "scripts": {
        "build": "npm run tsc && npm run readme",
        "readme": "readme generate -c ../../tools/readme/blueprint.json",
        "tsc": "cpy '**/*.d.ts' '../../packages/ui-mapbox' --parents --cwd=../../src/ui-mapbox && tsc  --build",
        "clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
        "build.all": "npm run build"
    },
    "nativescript": {
        "platforms": {
            "android": "3.0.0",
            "ios": "3.0.0"
        }
    },
    "keywords": [
        "NativeScript",
        "Map",
        "Maps",
        "Native Maps",
        "Mapbox",
        "iOS",
        "Android",
        "Angular",
        "preview|https://raw.githubusercontent.com/nativescript-community/ui-mapbox/master/images/preview.png"
    ],
    "author": {
        "name": "Yermo Lamers",
        "email": "yml@yml.com",
        "url": "https://miles-by-motorcycle.com/flyingbricksoftware/about"
    },
    "contributors": [
        {
            "name": "Eddy Verbruggen - Original Author",
            "email": "eddyverbruggen@gmail.com"
        },
        {
            "name": "Alex Wells",
            "email": "autaut03@gmail.com"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/nativescript-community/ui-mapbox/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/nativescript-community/ui-mapbox"
    },
    "readmeFilename": "README.md",
    "dependencies": {
        "@nativescript-community/perms": "^3.0.4"
    },
    "gitHead": "6e70d6785a349886cfee4f91508aa1085a3626ac"
}
