{
  "name": "r-factor",
  "version": "1.0.1",
  "description": "React & Redux Refactoring Tools",
  "license": "MIT",
  "main": "dist/index.js",
  "bin": {
    "r-factor": "dist/cli.js"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/limesquid/r-factor.git"
  },
  "bugs": {
    "url": "https://github.com/limesquid/r-factor/issues"
  },
  "homepage": "https://r-factor.org",
  "scripts": {
    "analyze-bundle": "better-npm-run analyze-bundle",
    "build": "better-npm-run build",
    "build:dev": "better-npm-run build:dev",
    "lint": "eslint . --ext .js",
    "lint:fix": "eslint . --ext .js --fix",
    "prerelease": "npm run lint && npm run test && npm run build",
    "release": "np",
    "test": "jest --no-cache --coverage",
    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --no-cache --watch",
    "test:watch": "jest --no-cache --watch"
  },
  "betterScripts": {
    "analyze-bundle": {
      "command": "webpack",
      "env": {
        "ANALYZE_BUNDLE": "true",
        "NODE_ENV": "production"
      }
    },
    "build": {
      "command": "webpack",
      "env": {
        "NODE_ENV": "production"
      }
    },
    "build:dev": {
      "command": "webpack",
      "env": {
        "NODE_ENV": "development"
      }
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json"
    ],
    "moduleDirectories": [
      "node_modules"
    ],
    "testMatch": [
      "**/?(*.)(spec|test).js"
    ]
  },
  "dependencies": {
    "@babel/generator": "7.0.0",
    "@babel/parser": "7.0.0",
    "@babel/traverse": "7.0.0",
    "@babel/types": "7.0.0",
    "babel-eslint": "9.0.0",
    "eslint": "^5.7.0",
    "eslint-plugin-react": "7.10.0",
    "get-stdin": "6.0.0",
    "lodash.difference": "4.5.0",
    "recast": "git+https://github.com/limesquid/recast.git#newest",
    "stable": "0.1.8",
    "xml2js": "^0.4.19",
    "yargs": "12.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-loader": "^8.0.0",
    "better-npm-run": "^0.1.1",
    "jest": "23.5.0",
    "np": "^7.6.2",
    "string-replace-webpack-plugin": "^0.1.3",
    "webpack": "^4.17.1",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.1.0"
  }
}
