zklogin-plus
Version:
A powerful zkLogin plugin for Sui blockchain - inspired by @mysten/enoki
67 lines (66 loc) • 1.86 kB
JSON
{
"name": "zklogin-plus",
"version": "1.0.3",
"private": false,
"description": "A powerful zkLogin plugin for Sui blockchain - inspired by @mysten/enoki",
"keywords": ["sui", "blockchain", "zklogin", "mysten", "web3", "oauth"],
"author": "ZkLogin Plus Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/weiwengithub/zklogin.git"
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": ["dist"],
"scripts": {
"dev": "next dev -p 5173 -H 0.0.0.0 --turbopack",
"build": "next build",
"build:lib": "tsc --project tsconfig.lib.json",
"start": "next start",
"lint": "bunx tsc --noEmit && next lint",
"format": "bunx biome format --write",
"demo": "bun run dev",
"prepublishOnly": "bun run build:lib"
},
"dependencies": {
"@onelabs/sui": "^1.26.2",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"axios": "^1.11.0",
"jwt-decode": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^20.17.50",
"@types/react": "^18.3.22",
"@types/react-dom": "^18.3.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.27.0",
"eslint-config-next": "15.1.7",
"lucide-react": "^0.475.0",
"next": "^15.3.2",
"postcss": "^8.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"same-runtime": "^0.0.1",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}