{
    "name": "nativescript-preview-sdk",
    "version": "0.4.2",
    "description": "Handles the communication to the NativeScript Preview Apps",
    "main": "src/nativescript-preview-sdk",
    "typings": "src/nativescript-preview-sdk.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/telerik/nativescript-preview-sdk.git"
    },
    "keywords": [
        "nativescript",
        "preview",
        "sdk",
        "play",
        "playground"
    ],
    "author": "NativeScript Team",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/telerik/nativescript-preview-sdk/issues"
    },
    "homepage": "https://github.com/telerik/nativescript-preview-sdk#readme",
    "dependencies": {
        "@types/pubnub": "4.0.2",
        "@types/shortid": "0.0.29",
        "atob": "2.1.2",
        "axios": "0.18.0",
        "btoa": "1.2.1",
        "js-md5": "0.7.3",
        "msgpack-lite": "0.1.26",
        "pubnub": "4.21.2",
        "shortid": "2.2.12",
        "tslint": "5.4.3"
    },
    "devDependencies": {
        "@types/node": "^10.12.18",
        "typescript": "3.0.3"
    },
    "scripts": {
        "tsc": "tsc",
        "prepack": "npm i && tsc",
        "tslint": "tslint -p tsconfig.json --type-check"
    }
}
