UNPKG

@rnv/cli

Version:
54 lines (53 loc) 1.53 kB
{ "name": "@rnv/cli", "version": "1.9.1", "description": "ReNative CLI", "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", "bin": { "rnv": "./lib/bin.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": { "@rnv/engine-core": "1.9.1", "@rnv/sdk-telemetry": "1.9.1", "chalk": "4.1.0", "commander": "12.1.0", "inquirer": "8.2.0", "inquirer-autocomplete-prompt": "2.0.1" }, "devDependencies": { "@types/inquirer-autocomplete-prompt": "^3.0.3" }, "peerDependencies": { "@rnv/core": "^1.9.1" }, "private": false, "publishConfig": { "access": "public" }, "gitHead": "975ce76181ffbeb95bb6dc85946b1b330f5ee9ba" }