UNPKG

@reactit/auth

Version:

The ultimate token basted authentication solution for React

62 lines (61 loc) 1.5 kB
{ "name": "@reactit/auth", "description": "The ultimate token basted authentication solution for React", "author": "Borut Svara <borut@svara.io>", "contributors": [ "Matte Scorcia" ], "license": "ISC", "version": "0.1.5", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "test": "jest" }, "dependencies": { "@reactit/hooks": "^0.1.14" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.2.0", "@types/react": "16.14.32", "jest-environment-jsdom": "^29.2.1", "react": "17.0.2", "react-dom": "17.0.2", "rollup": "^4.5.0", "rollup-plugin-dts": "^6.1.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "tslib": "^2.6.2", "typescript": "^4.8.4" }, "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/svaraborut/reactit-auth.git" }, "keywords": [ "React", "Auth", "Authentication", "Security", "Token", "Jwt", "Jsonwebtoken", "Cookie" ], "bugs": { "url": "https://github.com/svaraborut/reactit-auth/issues" }, "homepage": "https://github.com/svaraborut/reactit-auth#readme" }