UNPKG

@topsoft4u/next-auth

Version:

Authentication helper for next.js using SWR

70 lines (69 loc) 1.83 kB
{ "name": "@topsoft4u/next-auth", "description": "Authentication helper for next.js using SWR", "version": "1.0.5", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [ "dist", "src" ], "repository": "https://github.com/TopSoft4U/next-auth", "homepage": "https://github.com/TopSoft4U/next-auth", "bugs": { "url": "https://github.com/TopSoft4U/next-auth/issues" }, "license": "MIT", "keywords": [ "TopSoft4U", "next.js", "Authentication", "SWR" ], "author": { "name": "Łukasz Kolasa", "email": "lukasz.kolasa@topsoft4u.com", "url": "https://topsoft4u.com/" }, "contributors": [ { "name": "Łukasz Kolasa", "email": "lukasz.kolasa@topsoft4u.com", "url": "https://topsoft4u.com/" } ], "scripts": { "prepare": "husky install", "pre-commit": "yarn generate_indexes && yarn eslint && yarn typecheck", "generate_indexes": "barrelsby --delete --directory ./src", "eslint": "eslint --ext js,jsx,ts,tsx src --fix", "typecheck": "tsc -p ./ --noEmit", "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "clean": "rimraf --no-glob ./dist", "deps:check": "npx npm-check-updates --dep prod,dev,optional", "deps:update": "npx npm-check-updates --dep prod,dev,optional -u" }, "devDependencies": { "@topsoft4u/eslint-config": "^1.0.25", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "eslint": "^7.25.0", "husky": "^6.0.0", "next": "^10.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "swr": "^0.5.5", "typescript": "^4.2.4" }, "peerDependencies": { "next": ">=10.x", "react": ">=17.x", "react-dom": ">=17.x", "swr": ">=0.5" }, "eslintConfig": { "extends": [ "@topsoft4u" ] } }