UNPKG

@astro-auth/client

Version:

The client package of the Astro Auth library

45 lines (44 loc) 1.13 kB
{ "name": "@astro-auth/client", "version": "1.0.5", "main": "dist/index.js", "type": "module", "description": "The client package of the Astro Auth library", "author": "Osada Vidath <osadavidath@gmail.com>", "license": "MIT", "files": [ "dist" ], "keywords": [ "astro-component", "astro-auth", "astro-auth-client" ], "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "dev": "rollup -c -w" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-node-resolve": "^13.2.0", "@rollup/plugin-typescript": "^8.3.2", "rollup": "^2.70.1", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.6.3" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "dependencies": { "@astro-auth/types": "^1.0.2", "@metamask/providers": "^8.1.1", "@nanostores/react": "^0.2.0", "ethers": "^5.6.6", "nanostores": "^0.5.12" } }