@rnv/engine-rn-windows
Version:
ReNative Engine to build for Windows platform with react native support.
54 lines (53 loc) • 1.64 kB
JSON
{
"name": "@rnv/engine-rn-windows",
"version": "1.9.0",
"description": "ReNative Engine to build for Windows platform with react native support.",
"keywords": [
"react-native",
"react-native-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": [],
"files": [
"LICENSE",
"lib",
"pluginTemplates",
"renative.engine.json",
"templateFiles"
],
"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": {
"@rnv/adapter": "1.9.0",
"@rnv/sdk-react-native": "1.9.0",
"@xmldom/xmldom": "0.7.7",
"react-native-windows": "0.72.10"
},
"peerDependencies": {
"@react-native-community/cli": "*",
"@react-native/babel-preset": "0.73.21",
"@rnv/core": "^1.9.0",
"react-native": "*"
},
"private": false,
"publishConfig": {
"access": "public"
},
"gitHead": "27aec1a2719b8070005ab58f62c7e80cfdfe0e4f"
}