UNPKG

@ryanar/react-auth-provider

Version:

> Easy to integrate react authentication management through context.

56 lines (55 loc) 1.23 kB
{ "name": "@ryanar/react-auth-provider", "version": "0.3.3", "repository": "https://github.com/audiolion/react-auth-provider", "author": "Ryan Castner <castner.rr@gmail.com>", "license": "MIT", "main": "dist/index.js", "module": "dist/react-auth-provider.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "auth", "authentication", "context", "provider", "typescript" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --env=jsdom", "lint": "tsdx lint" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@testing-library/react": "^9.3.0", "@types/jest": "^24.0.18", "@types/react": "^16.9.5", "@types/react-dom": "^16.9.1", "@types/testing-library__react": "^9.1.2", "eslint-config-react-app": "5.0.1", "husky": "^3.0.9", "react": "^16.10.2", "react-dom": "^16.10.2", "tsdx": "^0.9.3", "tslib": "^1.10.0", "typescript": "^3.6.4" } }