@rnv/adapter
Version:
ReNative Adapters for babel, metro, next and other build configs
40 lines (39 loc) • 1.22 kB
JSON
{
"name": "@rnv/adapter",
"version": "1.9.1",
"description": "ReNative Adapters for babel, metro, next and other build configs",
"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",
"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"
},
"dependencies": {
"babel-plugin-module-resolver": "^5.0.0"
},
"private": false,
"publishConfig": {
"access": "public"
},
"gitHead": "975ce76181ffbeb95bb6dc85946b1b330f5ee9ba"
}