react-usehooks-ts
Version:
A collections of typescript supported react Custom hooks
38 lines (37 loc) • 948 B
JSON
{
"name": "react-usehooks-ts",
"version": "1.0.13",
"description": "A collections of typescript supported react Custom hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build && npm version patch && git push origin main && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhananjaysr26/react-usehooks-ts.git"
},
"keywords": [
"reactjs",
"hooks",
"typescript",
"usehooks"
],
"author": "Dhananjay Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhananjaysr26/react-usehooks-ts/issues"
},
"homepage": "https://github.com/dhananjaysr26/react-usehooks-ts#readme",
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"files": [
"lib/**/*"
]
}