UNPKG

rnv

Version:

💻 CLI for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux

83 lines (82 loc) • 2.31 kB
{ "name": "rnv", "version": "1.9.1", "description": "💻 CLI for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux", "keywords": [ "android tv", "android wear", "apple tv", "boilerplate", "cocoapods", "cross-platform", "desktop", "electron", "kaios", "kit", "kotlin", "lg", "linux", "macos", "multiplatform", "native", "osx", "react", "react-native", "smart tv", "starter", "swift", "template", "tizen", "tizen mobile", "tizen watch", "tvos", "watch", "web", "webos", "windows" ], "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)", "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": [ "LICENSE", "bin", "lib", "pluginTemplates" ], "bin": { "rnv": "./lib/bin.js" }, "repository": { "type": "git", "url": "git://github.com/flexn-io/renative.git" }, "scripts": { "build": "yarn clean && yarn compile", "clean": "rimraf -I ./lib && rimraf -I tsconfig.tsbuildinfo", "compile": "tsc -b tsconfig.json", "compile:prod": "tsc -b tsconfig.json", "prepublishOnly": "yarn clean && yarn compile:prod", "watch": "tsc --watch --preserveWatchOutput" }, "dependencies": { "@rnv/cli": "1.9.1", "@rnv/config-templates": "1.9.1", "tslib": "2.5.2" }, "private": false, "publishConfig": { "access": "public" }, "title": "ReNative CLI", "gitHead": "975ce76181ffbeb95bb6dc85946b1b330f5ee9ba" }