UNPKG

@lema-ai/google-drive-picker-react

Version:
50 lines (49 loc) 1.34 kB
{ "name": "@lema-ai/google-drive-picker-react", "version": "1.2.4", "description": "Google drive picker api for React", "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": "lema-ai", "repository": { "type": "git", "url": "git+https://github.com/lema-ai/React-google-drive-picker.git" }, "bugs": { "url": "https://github.com/lema-ai/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" }, "homepage": "https://github.com/lema-ai/React-google-drive-picker#readme" }