{
  "name": "jest-watch-select-projects",
  "version": "1.0.0",
  "main": "src/index.js",
  "author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",
  "description": "An experimental ESLint runner for Jest",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rogeliog/jest-watch-select-projects.git"
  },
  "homepage": "https://github.com/rogeliog/jest-watch-select-projects",
  "files": [
    "src/"
  ],
  "scripts": {
    "test": "echo No tests are set up",
    "lint": "eslint .",
    "format": "prettier --single-quote --trailing-comma all --write \"**/*.js\""
  },
  "dependencies": {
    "ansi-escapes": "^3.1.0",
    "chalk": "^2.4.1",
    "prompts": "^2.2.1"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.0",
    "prettier": "^1.13.0"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  }
}