{
    "name": "@nativescript-community/ui-pager",
    "version": "14.1.41",
    "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ",
    "main": "index",
    "typings": "index.d.ts",
    "sideEffects": false,
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "build": "npm run tsc && npm run readme",
        "build.win": "npm run tsc.win && npm run readme",
        "build.all": "npm run build && npm run build.angular",
        "build.all.win": "npm run build .win&& npm run build.angular.win",
        "build.angular": "ng-packagr -p ../../src/ui-pager/angular/ng-package.json -c ../../src/ui-pager/angular/tsconfig.json && rm angular/.npmignore",
        "build.angular.win": "ng-packagr -p ..\\..\\src\\ui-pager\\angular\\ng-package.json -c ..\\..\\src\\ui-pager\\angular\\tsconfig.json",
        "readme": "readme generate -c ../../tools/readme/blueprint.json",
        "tsc": "cpy '**/*.d.ts' '../../packages/ui-pager' --parents --cwd=../../src/ui-pager && tsc  --build",
        "tsc.win": "cpy '**\\*.d.ts' '..\\..\\packages\\ui-pager' --parents --cwd=..\\..\\src\\ui-pager && tsc -skipLibCheck -d",
        "clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
        "clean.win": "rimraf .\\*.d.ts .\\*.js .\\*.js.map"
    },
    "nativescript": {
        "platforms": {
            "android": "6.0.0",
            "ios": "6.0.0"
        }
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS",
        "pager",
        "viewpager",
        "UIPageViewController",
        "slides",
        "Carousel",
        "ng",
        "angular",
        "vue",
        "vue.js",
        "react",
        "svelte",
        "nativescript-angular",
        "nativescript-vue",
        "preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-ios.gif|iOS Demo",
        "preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-android.gif|Android Demo"
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "martin@akylas.fr"
    },
    "contributors": [
        {
            "name": "Osei Fortune",
            "email": "fortune.osei@yahoo.com"
        }
    ],
    "bugs": {
        "url": "https://github.com/nativescript-community/ui-pager/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/nativescript-community/ui-pager"
    },
    "license": "Apache-2.0",
    "readmeFilename": "README.md",
    "gitHead": "cda0962887f264636dc05ca2a9e16c6f8cc6e776"
}
