{
	"name": "use-pull-to-refresh",
	"version": "3.0.3",
	"description": "A simple React custom hook for pull-to-refresh function that support NextJs",
	"repository": {
		"url": "https://github.com/Senbonzakura1234/use-pull-to-refresh.git",
		"type": "git"
	},
	"scripts": {
		"build": "tsup src/index.ts --format cjs,esm --dts",
		"pre-commit": "npx changeset",
		"release": "npm run build && npx changeset version && npx changeset publish",
		"lint": "tsc && npm run lint:fix",
		"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.json . --fix"
	},
	"keywords": [
		"react",
		"typescript",
		"ssr",
		"nextjs",
		"custom-hook"
	],
	"author": "Senbonzakura1234 <anhdungpham090@gmail.com>",
	"license": "MIT",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"devDependencies": {
		"@changesets/cli": "^2.27.9",
		"@total-typescript/ts-reset": "^0.6.0",
		"@types/node": "^24.12.4",
		"@types/react": "^18.3.28",
		"@typescript-eslint/eslint-plugin": "^7.18.0",
		"@typescript-eslint/parser": "^7.18.0",
		"eslint": "^8.57.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-define-config": "^2.1.0",
		"eslint-plugin-json": "^4.0.1",
		"eslint-plugin-prettier": "^5.2.1",
		"eslint-plugin-react": "^7.37.2",
		"eslint-plugin-react-hooks": "^5.0.0",
		"eslint-plugin-unused-imports": "^3.2.0",
		"prettier": "^3.3.3",
		"tsup": "^8.3.5",
		"typescript": "5.5.4"
	},
	"peerDependencies": {
		"react": "18.x || 19.x"
	}
}
