{
  "name": "@barteh/react-withservice",
  "version": "1.0.65",
  "description": "A HOC injects and manages observable data services in a react Component",
  "main": "index.js",
  "scripts": {
    "test": "npm run build && echo \"test passed\"",
    "build": "npm run lint && babel src -d ./lib && babel index.ts -o index.js ",
    "up": "npm publish --access public --scope=barteh",
    "lint": "./node_modules/.bin/eslint src/**/*.js && echo \"eslint code is ok\"",
    "bt-update": "npm i @barteh/as-service@latest -S"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barteh/react-withservice.git"
  },
  "keywords": [
    "@barteh/react-withservice",
    "withservice",
    "react-withservice",
    "barteh",
    "HOC-rxjs",
    "react-component-dependency-injection",
    "rxjs-in-reactjs",
    "برته",
    "برنا مهر فن",
    "реагировать",
    "ব্রেনা ফ্যান",
    "Вентилятор Brena"
  ],
  "author": "Ahad Rafat Talebi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barteh/react-withservice/issues"
  },
  "homepage": "https://github.com/barteh/react-withservice#readme",
  "dependencies": {
    "@barteh/as-service": "^1.0.58",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "rxjs": "^5.5.10"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/preset-env": "^7.6.3",
    "@babel/preset-react": "^7.6.3",
    "babel-eslint": "^8.2.6",
    "dts-gen": "^0.5.8",
    "eslint": "^5.16.0",
    "eslint-plugin-react": "^7.16.0"
  }
}
