{
  "name": "react-google-drive-picker",
  "version": "1.2.2",
  "description": "React google drive picker api",
  "types": "./dist",
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "dev": "nodemon ./dist/index.js",
    "lint": "eslint 'src/**/*.{js,ts,tsx}' --fix",
    "format": "prettier --write ./src/*"
  },
  "author": "Jose-cd",
  "repository": {
    "type": "git",
    "url": "https://github.com/Jose-cd/React-google-drive-picker.git"
  },
  "bugs": {
    "url": "https://github.com/Jose-cd/React-google-drive-picker/issues"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "google",
    "drive",
    "picker"
  ],
  "devDependencies": {
    "@types/react": "^17.0.5",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "eslint": "^7.26.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.23.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "nodemon": "^2.0.7",
    "prettier": "2.3.2",
    "prettier-eslint": "^12.0.0",
    "typescript": "^4.2.4"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  }
}
