UNPKG

techveda-react-auth

Version:

Techveda's React Authentication Library with context and hooks

45 lines (44 loc) 1.21 kB
{ "name": "techveda-react-auth", "version": "1.0.4", "description": "Techveda's React Authentication Library with context and hooks", "license": "MIT", "author": "Techveda(Vinay Gurjar) vinayc000176@gmail.com", "homepage": "https://github.com/Vinay-Gurjar/techveda-react-auth.git", "repository": { "type": "git", "url": "https://github.com/Vinay-Gurjar/techveda-react-auth.git" }, "bugs": { "url": "https://github.com/Vinay-Gurjar/techveda-react-auth/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && tsc", "prepare": "npm run build", "test": "jest" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-router-dom": "^5.2.0 || ^6.0.0 || ^7.0.0" }, "devDependencies": { "@testing-library/react": "^13.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-router-dom": "^7.0.0", "jest": "^29.0.0", "typescript": "^5.4.0" }, "keywords": [ "techveda", "react", "authentication", "auth", "context", "hooks", "typescript" ] }