{
    "name": "@alfalab/hooks",
    "version": "1.17.0",
    "description": "common hooks",
    "sideEffects": false,
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "module": "dist/esm/index.js",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "yarn build:ts:es5 && yarn build:ts:es6 && yarn build:dts && yarn size",
        "build:ts:es5": "rollup --config './rollup.config.js'",
        "build:ts:es6": "rollup --config './rollup.config.esm.js'",
        "build:dts": "dts-bundle-generator --no-banner --no-check --config dts.json",
        "size": "yarn size-limit --json 2>&1 | grep -v '^$ ' > size-stat.json"
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "dependencies": {
        "@alfalab/utils": "^1.20.0",
        "uuid": "^14.0.0"
    },
    "devDependencies": {
        "@testing-library/jest-dom": "^5.12.0",
        "@testing-library/react": "^16.3.2",
        "@testing-library/react-hooks": "^7.0.0",
        "@types/react": "^18.0.14",
        "@types/react-dom": "^18.0.5",
        "react": "^18.3.1",
        "react-dom": "^18.2.0"
    },
    "peerDependencies": {
        "react": ">=16.14.0 || >= 17.0.2 || >= 18.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "d9dab663c588c833697881462d49d22c1e53e4d3"
}
