{
    "name": "@nativescript-community/ui-svg",
    "version": "0.2.24",
    "description": "Adds support for SVGs in your NativeScript apps.",
    "main": "./index",
    "sideEffects": false,
    "typings": "./index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/nativescript-community/ui-canvas"
    },
    "nativescript": {
        "platforms": {
            "android": "6.1.0",
            "ios": "6.1.0"
        }
    },
    "scripts": {
        "build": "npm run tsc && npm run readme",
        "build.all": "npm run build",
        "readme": "readme generate -c ../../tools/readme/blueprint.json",
        "tsc": "cpy '**/*.d.ts' '../../packages/ui-svg' --parents --cwd=../../src/ui-svg && tsc  --build",
        "clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS",
        "svg",
        "Vue"
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "martin@akylas.fr"
    },
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/nativescript-community/ui-canvas/issues"
    },
    "dependencies": {
        "@nativescript-community/ui-canvas": "^4.6.52"
    },
    "gitHead": "f28d6a43835814d5ec63c15f6c13c640d93cabb2"
}
