ik-hooks
Version:
IK hooks is a collection of custom React hooks designed to enhance your development experience by providing useful utilities for common tasks
78 lines (77 loc) • 2.03 kB
JSON
{
"name": "ik-hooks",
"private": false,
"version": "0.4.0",
"description": "IK hooks is a collection of custom React hooks designed to enhance your development experience by providing useful utilities for common tasks",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup",
"test": "jest"
},
"keywords": [
"ik hooks",
"ik-hooks",
"react-hooks",
"typscript",
"front-end",
"js",
"javascript",
"hooks",
"react",
"reactJs"
],
"author": "Islam Kamel",
"license": "MIT",
"repository": {
"type": "GitHub",
"url": "https://github.com/islam-kamel/ik-hooks"
},
"bugs": {
"url": "https://github.com/islam-kamel/ik-hooks/issues"
},
"homepage": "https://github.com/islam-kamel/ik-hooks#readme",
"engines": {
"node": ">=12"
},
"peerDependencies": {
"react": ">=16",
"socket.io-client": ">=3"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.11.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
}
}