UNPKG

atechhub-use-mounted

Version:

A React hook to track component mounted state

41 lines (40 loc) 881 B
{ "name": "atechhub-use-mounted", "version": "0.0.0", "description": "A React hook to track component mounted state", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "clean": "rm -rf dist" }, "keywords": [ "react", "hook", "mounted", "typescript", "component-state" ], "author": "Ashirbad Panigrahi", "license": "MIT", "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.0.0", "react": "^18.0.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/atechhub24/use-mounted.git" }, "bugs": { "url": "https://github.com/atechhub24/use-mounted/issues" }, "homepage": "https://github.com/atechhub24/use-mounted#readme" }