{
    "name": "react-defer-until-interaction",
    "version": "1.0.3",
    "author": {
        "name": "Craig Patik",
        "email": "craig@patik.com",
        "url": "https://patik.com"
    },
    "scripts": {
        "build": "rm -rf dist/* && yarn tsc --project ./tsconfig.export.json",
        "clean": "git clean -fdx",
        "cover": "yarn test --collectCoverage",
        "typecheck": "tsc --noEmit",
        "code-lint": "eslint --ext .ts --fix ./src/**/*.ts",
        "lint": "yarn typecheck && yarn code-lint && yarn unused-exports",
        "preversion": "yarn build && yarn cover",
        "test": "yarn jest --coverage",
        "unused-exports": "ts-prune -p ./tsconfig.json",
        "prepare": "husky install"
    },
    "devDependencies": {
        "@jest/globals": "^29.5.0",
        "@swc-node/jest": "^1.6.5",
        "@swc/core": "^1.3.59",
        "@testing-library/dom": "^9.3.0",
        "@testing-library/jest-dom": "^5.16.5",
        "@testing-library/react": "^14.0.0",
        "@testing-library/user-event": "^14.4.3",
        "@types/jest": "^29.5.1",
        "@types/node": "^20.2.3",
        "@types/react": "^18.2.6",
        "@types/react-dom": "^18.2.4",
        "@typescript-eslint/eslint-plugin": "^5.59.6",
        "@typescript-eslint/parser": "^5.59.6",
        "eslint": "^8.41.0",
        "eslint-config-next": "^13.4.3",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-jest-dom": "^4.0.3",
        "eslint-plugin-jsx-a11y": "^6.7.1",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-unused-imports": "^2.0.0",
        "husky": "^8.0.3",
        "jest": "^29.5.0",
        "jest-environment-jsdom": "^29.5.0",
        "next-router-mock": "^0.9.3",
        "prettier": "^2.8.8",
        "ts-node": "^10.9.1",
        "ts-prune": "^0.10.3",
        "typescript": "^5.0.4"
    },
    "dependencies": {
        "next": ">=12.0.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "lint-staged": {
        "*.ts*": "eslint --cache --cache-location .eslintcache --fix"
    },
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/*",
        "src/*"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/patik/react-defer-until-interaction.git"
    },
    "license": "BSD-3-Clause",
    "keywords": [
        "react",
        "defer",
        "loading",
        "delay",
        "rendering",
        "lazyload",
        "hook",
        "nextjs",
        "above-the-fold",
        "below-the-fold",
        "lighthouse",
        "interaction"
    ]
}
