{
  "name": "@prettier/python",
  "version": "0.0.0-development",
  "description": "Prettier Python Plugin",
  "main": "src",
  "repository": "https://github.com/prettier/prettier-python",
  "author": "Lucas Azzola <@azz>",
  "license": "MIT",
  "files": [
    "src",
    "vendor"
  ],
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "prettier": "prettier/prettier#b63c669ed9821a0e0d6918243ef4f4a091b222a9"
  },
  "devDependencies": {
    "eslint": "^4.14.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.5.0",
    "eslint-plugin-prettier": "^2.4.0",
    "jest": "^21.1.0",
    "jest-runner-eslint": "^0.3.0"
  },
  "scripts": {
    "lint": "prettier src/**/*.js --list-different",
    "test": "jest"
  },
  "jest": {
    "projects": ["<rootDir>/jest.*.config.js"]
  }
}
