UNPKG

@authsignal/nextjs-helpers

Version:
47 lines (46 loc) 1.08 kB
{ "name": "@authsignal/nextjs-helpers", "version": "0.0.5", "types": "dist/index.d.ts", "type": "module", "keywords": [ "authsignal", "mfa", "2fa", "authentication", "nextjs" ], "license": "MIT", "repository": "git://github.com/authsignal/authsignal-nextjs-helpers.git", "sideEffects": false, "scripts": { "lint": "eslint", "build": "rollup -c rollup.config.js" }, "dependencies": { "@authsignal/browser": "^0.0.18", "next": "^12.2.5", "react": "^18.2.0" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.2", "@types/node": "^17.0.35", "@types/react": "^18.0.17", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2", "rollup": "^2.73.0", "tslib": "^2.4.0", "typescript": "^4.6.4" }, "files": [ "dist" ], "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs" } }