UNPKG

react-customary-hooks

Version:

Some useful custom hooks that make react development faster and easier

53 lines (52 loc) 1.31 kB
{ "$schema": "./tsconfig-schema.json", "name": "react-customary-hooks", "version": "1.0.1", "description": "Some useful custom hooks that make react development faster and easier", "main": "./lib/index.js", "scripts": { "test": "jest", "build": "tsc", "lint": "tslint -c tslint.json src/**/*.ts", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ma-bdg-94/react-customary-hooks.git" }, "keywords": [ "React", "Hooks", "Custom" ], "author": { "name": "Mohamed Amine Boudagga" }, "license": "MIT", "bugs": { "url": "https://github.com/ma-bdg-94/react-customary-hooks/issues" }, "homepage": "https://github.com/ma-bdg-94/react-customary-hooks#readme", "dependencies": { "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", "jest": "^29.7.0", "react": "^18.3.1", "react-dom": "^18.3.1", "ts-jest": "^29.2.4", "tslint": "^6.1.3", "typescript": "^5.5.4" }, "files": [ "./bin/*", "./lib/*" ], "typings": "./lib/index.d.ts", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.1.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "jest-environment-jsdom": "^29.7.0" } }