UNPKG

@rnv/engine-rn

Version:

ReNative Engine to build react-native based platforms.

50 lines (49 loc) 1.47 kB
{ "name": "@rnv/engine-rn", "version": "1.9.1", "description": "ReNative Engine to build react-native based platforms.", "keywords": [ "react-native" ], "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": [], "files": [ "LICENSE", "lib", "renative.engine.json", "templates" ], "main": "lib/index.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": { "@react-native/babel-preset": "0.73.21", "@rnv/adapter": "1.9.1", "@rnv/sdk-android": "1.9.1", "@rnv/sdk-apple": "1.9.1", "@rnv/sdk-react-native": "1.9.1" }, "peerDependencies": { "@rnv/core": "^1.9.1" }, "private": false, "publishConfig": { "access": "public" }, "gitHead": "975ce76181ffbeb95bb6dc85946b1b330f5ee9ba" }