{
    "name": "@rnv/sdk-kaios",
    "version": "1.9.1",
    "description": "ReNative Kaios SDK",
    "keywords": [],
    "homepage": "https://github.com/flexn-io/renative#readme",
    "bugs": {
        "url": "https://github.com/flexn-io/renative/issues"
    },
    "license": "MIT",
    "author": "Pavel Jacko <pavel.jacko@gmail.com> (https://github.com/pavjacko)",
    "files": [
        "LICENSE",
        "lib",
        "templateFiles",
        "types.d.ts"
    ],
    "main": "lib/index.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/flexn-io/renative.git"
    },
    "scripts": {
        "bootstrap": "yarn && yarn build && npm link",
        "build": "yarn clean && yarn compile",
        "clean": "rimraf -I ./lib && rimraf -I tsconfig.tsbuildinfo",
        "compile": "tsc -b tsconfig.json",
        "compile:prod": "tsc -b tsconfig.json",
        "lint": "eslint . --ext .ts",
        "watch": "tsc --watch --preserveWatchOutput"
    },
    "peerDependencies": {
        "@rnv/core": "^1.9.1",
        "@rnv/sdk-utils": "^1.9.1",
        "@rnv/sdk-webpack": "^1.9.1"
    },
    "private": false,
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "975ce76181ffbeb95bb6dc85946b1b330f5ee9ba"
}
