{
  "name": "@itcomp/abp-rn",
  "version": "1.1.0",
  "description": "CLI for generating proxy for react native abp templates.",
  "main": "lib/index.js",
  "typings": "lib/index",
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && babel src -d lib"
  },
  "keywords": [
    "abp",
    "react",
    "native",
    "cli"
  ],
  "bin": {
    "abp-generate-proxy-rn": "./bin/index.js"
  },
  "repository": {
  "type": "git",
  "url": "https://github.com/islam2018/rn-cli.git"
},
  "author": "Islam Bouayache",
  "license": "ISC",
  "dependencies": {
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.14",
    "@babel/parser": "^7.13.13",
    "@babel/plugin-transform-modules-commonjs": "^7.13.8",
    "@babel/preset-env": "^7.13.12",
    "@babel/runtime": "^7.13.10",
    "@types/node": "^14.14.37",
    "axios": "^0.21.1",
    "chalk": "^4.1.0",
    "file-system": "^2.2.2",
    "fs": "0.0.1-security",
    "generate-template-files": "^3.0.0",
    "js-convert-case": "^4.1.1",
    "mustache": "^4.2.0",
    "ora": "^5.4.0",
    "typescript": "^4.2.3",
    "yargs": "^16.2.0"
  }
}
