{
    "name": "renative",
    "version": "0.35.4",
    "description": "🚀🚀🚀 Unified Development Platform. Bootstrap, Develop & Deploy `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Linux` and `Firefox TV` platforms",
    "keywords": [
        "android tv",
        "android wear",
        "apple tv",
        "boilerplate",
        "cocoapods",
        "cross-platform",
        "desktop",
        "electron",
        "firefox tv",
        "firefoxox",
        "kaios",
        "kit",
        "kotlin",
        "lg",
        "linux",
        "macos",
        "multiplatform",
        "native",
        "osx",
        "react",
        "react-native",
        "smart tv",
        "starter",
        "swift",
        "template",
        "tizen",
        "tizen watch",
        "tvos",
        "watch",
        "web",
        "webos",
        "windows"
    ],
    "homepage": "https://github.com/renative-org/renative#readme",
    "bugs": {
        "url": "https://github.com/renative-org/renative/issues"
    },
    "license": "MIT",
    "author": "Pavel Jacko <pavel.jacko@gmail.com> (https://github.com/pavjacko)",
    "contributors": [
        "Aurimas Mickys <https://github.com/aurimas535>",
        "Daniel Marino Ruiz <https://github.com/CHaNGeTe>",
        "David Rielo <https://github.com/davidrielo>",
        "Sander Looijenga <https://github.com/sanderlooijenga>"
    ],
    "files": [
        "dist",
        "renative.plugin.json",
        "src"
    ],
    "main": "dist/index.js",
    "repository": {
        "type": "git",
        "url": "git://github.com/renative-org/renative.git"
    },
    "scripts": {
        "build": "babel src -d dist --source-maps",
        "build:clean": "rm -rf dist || true",
        "build:dev": "yarn build --retain-lines",
        "prepare": "yarn build",
        "prepublishOnly": "yarn build",
        "watch": "nodemon --watch src --exec yarn build:dev"
    },
    "dependencies": {
        "@noriginmedia/react-spatial-navigation": "2.12.1",
        "@reach/router": "1.3.4",
        "history": "^4.9.0",
        "react": "17.0.2",
        "react-dom": "17.0.2",
        "react-native": "0.63.4"
    },
    "devDependencies": {
        "babel-eslint": "8.2.6",
        "eslint": "6.2.2",
        "eslint-config-airbnb": "17.0.0",
        "eslint-import-resolver-webpack": "0.10.1",
        "eslint-plugin-detox": "1.0.0",
        "eslint-plugin-import": "2.13.0",
        "eslint-plugin-jest": "21.18.0",
        "eslint-plugin-jsx-a11y": "6.1.1",
        "eslint-plugin-mocha": "5.2.0",
        "eslint-plugin-prettier": "3.0.1",
        "eslint-plugin-react": "7.10.0",
        "prettier": "^1.17.1"
    },
    "engines": {
        "node": ">=6.0.0",
        "npm": ">=4.0.0"
    },
    "private": false,
    "publishConfig": {
        "access": "public"
    },
    "jest": {
        "preset": "react-native",
        "transform": {
            "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
        }
    },
    "husky": {
        "hooks": {
            "pre-commit": "pretty-quick --staged"
        }
    },
    "gitHead": "b506dcb62fdef6c1e042142948fbe4d6c3551f03"
}
