{
  "name": "eslint-prettier-config",
  "version": "1.0.1",
  "description": "Eslint+Airbnb+Preitter+TS+Vue JS代码规范自动格式化方案",
  "main": "index.js",
  "bin": {
    "eslint-prettier-config": "./bin/eslint-prettier-config"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Eslint",
		"Preitter",
		"JavaScript"
  ],
  "author": "liul",
  "license": "ISC",
  "dependencies": {
    "chalk": "^3.0.0",
    "commander": "^4.0.1",
    "cross-spawn": "^7.0.1",
    "eslint": "^6.6.0",
    "esm": "^3.2.25",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.0.0",
    "ora": "^4.0.3",
    "path": "^0.12.7",
    "prettier": "^1.19.1"
  }
}
