{
    "name": "@nativescript-community/ui-material-core",
    "version": "7.3.2",
    "description": "Material Core component",
    "main": "./index",
    "sideEffects": false,
    "typings": "./index.d.ts",
    "scripts": {
        "tsc": "cpy '**/*.d.ts' '../../packages/core' --parents --cwd=../../src/core && tsc  --build",
        "tsc-win": "cpy **/*.d.ts ..\\..\\packages\\core --cwd=..\\..\\src\\core --parents && tsc -d",
        "build": "npm run tsc && npm run readme",
        "build.watch": "npm run tsc -- -w",
        "build.win": "npm run tsc-win",
        "build.all": "npm run build",
        "build.all.win": "npm run build.win",
        "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": "6.2.0",
            "ios": "6.2.0"
        }
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS"
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "martin@akylas.fr"
    },
    "bugs": {
        "url": "https://github.com/nativescript-community/ui-material-components/issues"
    },
    "license": "Apache-2.0",
    "homepage": "https://github.com/nativescript-community/ui-material-components",
    "repository": "https://github.com/nativescript-community/ui-material-components",
    "readmeFilename": "README.md",
    "gitHead": "64c4ec161be2bd10eb350ad1c9e5eb2e654bfac9"
}
