@undrground/auth
Version:
Web3 Lukso authentication for NextJS. Built by the undrground team
80 lines (79 loc) • 1.77 kB
JSON
{
"name": "@undrground/auth",
"version": "0.0.6",
"type": "module",
"description": "Web3 Lukso authentication for NextJS. Built by the undrground team",
"author": "Undrground",
"engines": {
"node": "20.x"
},
"files": [
"client",
"components",
"server"
],
"publishConfig": {
"access": "public"
},
"exports": {
"./package.json": "./package.json",
"./components": {
"import": {
"types": "./components/index.d.ts",
"default": "./components/index.js"
},
"require": {
"types": "./components/index.d.cts",
"default": "./components/index.cjs"
}
},
"./server": {
"import": {
"types": "./server/index.d.ts",
"default": "./server/index.js"
},
"require": {
"types": "./server/index.d.cts",
"default": "./server/index.cjs"
}
},
"./client": {
"import": {
"types": "./client/index.d.ts",
"default": "./client/index.js"
},
"require": {
"types": "./client/index.d.cts",
"default": "./client/index.cjs"
}
}
},
"keywords": [
"lukso",
"web3",
"authentication",
"nextjs"
],
"license": "MIT",
"scripts": {
"build": "bunchee",
"clean": "git clean -xdf client express fastify h3 internal next next-legacy server tw node_modules"
},
"repository": {
"url": ""
},
"devDependencies": {
"@undrground/eslint-config": "workspace:*",
"@undrground/tsconfig": "workspace:*",
"@types/react": "^18.2.64",
"ethers": "^6.11.1",
"next": "^14.1.3",
"siwe": "^2.1.4",
"bunchee": "^4.4.8",
"typescript": "^5.4.2"
},
"dependencies": {
"cookie": "0.6.0",
"iron-session": "^8.0.1"
}
}