{
    "name": "react-gapi",
    "description": "Google API per React hook",
    "keywords": [
        "Google",
        "API",
        "googleapis"
    ],
    "repository": "https://github.com/ph-fritsche/react-gapi.git",
    "author": "Philipp Fritsche",
    "license": "MIT",
    "files": [
        "dist/"
    ],
    "dependencies": {
        "react-weblibrary": "^1.0.1"
    },
    "peerDependencies": {
        "react": ">=16.8"
    },
    "devDependencies": {
        "@ph.fritsche/eslint-config": "^1.0.1",
        "@ph.fritsche/scripts-config": "^2.1.1",
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^12.1.2",
        "@testing-library/user-event": "^13.3.0",
        "@types/gapi": "^0.0.41",
        "@types/gapi.auth2": "^0.0.55",
        "@types/gapi.client": "^1.0.5",
        "@types/react": "^17.0.27",
        "eslint": "^7.32.0",
        "jest": "^27.2.5",
        "jest-tobetype": "^1.2.3",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "shared-scripts": "^1.4.1",
        "ts-jest": "^27.0.5",
        "typescript": "^4.4.3"
    },
    "scripts": {
        "build": "scripts ts-build2 --cjs --exportsMap testing",
        "lint": "eslint src test",
        "test": "jest"
    },
    "main": "./dist/cjs/index.js",
    "module": "./dist/esm/index.js",
    "types": "./dist/types/index.d.ts",
    "exports": {
        ".": {
            "require": "./dist/cjs/index.js",
            "default": "./dist/esm/index.js"
        },
        "./dist/*": "./dist/*.js",
        "./testing": {
            "require": "./dist/cjs/testing.js",
            "default": "./dist/esm/testing.js"
        }
    },
    "typesVersions": {
        "*": {
            "dist/types/*": [
                "./dist/types/*"
            ],
            "dist/cjs/*": [
                "./dist/types/*.d.ts"
            ],
            "dist/esm/*": [
                "./dist/types/*.d.ts"
            ],
            "testing": [
                "./dist/types/testing.d.ts"
            ],
            "*": [
                "./dist/types/*.d.ts"
            ]
        }
    },
    "version": "1.0.2"
}
