{
    "name": "@nativescript-community/https",
    "version": "5.0.0",
    "description": "Nativescript plugin for https requests",
    "main": "index",
    "funding": "https://github.com/sponsors/farfromrefug",
    "sideEffects": false,
    "typings": "index.d.ts",
    "nativescript": {
        "platforms": {
            "android": "6.2.1",
            "ios": "6.2.1"
        }
    },
    "scripts": {
        "tsc": "cpy '**/*.d.ts' '../../packages/https' --parents --cwd=../../src/https && tsc  --build",
        "readme": "readme generate -c ../../tools/readme/blueprint.json",
        "build": "npm run tsc && npm run readme",
        "build.watch": "npm run tsc -- -w",
        "build.win": "npm run tsc-win",
        "build.all": "npm run build && npm run build.angular",
        "build.angular": "ng-packagr -p ../../src/https/angular/ng-package.json -c ../../src/https/angular/tsconfig.json && rm angular/.npmignore",
        "build.all.win": "npm run build.win",
        "clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
    },
    "contributors": [
        {
            "name": "Eddy Verbruggen",
            "email": "eddyverbruggen@gmail.com",
            "url": "https://github.com/EddyVerbruggen"
        },
        {
            "name": "Kefah BADER ALDIN",
            "email": "kefah.bader@gmail.com",
            "url": "https://github.com/kefahB"
        },
        {
            "name": "Ruslan Lekhman",
            "email": "lekhman112@gmail.com",
            "url": "https://github.com/lekhmanrus"
        }
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "dev@akylas.fr"
    },
    "bugs": {
        "url": "https://github.com/nativescript-community/https/issues"
    },
    "license": "MIT",
    "homepage": "https://github.com/nativescript-community/https",
    "readmeFilename": "README.md",
    "bootstrapper": "nativescript-plugin-seed",
    "keywords": [
        "secure",
        "https",
        "http",
        "ssl",
        "tls",
        "pinning",
        "nativescript",
        "ecosystem:nativescript",
        "nativescript-android",
        "nativescript-ios",
        "JavaScript",
        "Android",
        "iOS"
    ],
    "gitHead": "415fbdbb3e52bb79ef4d864a7c85e1c931b20dbc"
}
