lit-siwe
Version:
Sign-In with Ethereum
42 lines (41 loc) • 923 B
JSON
{
"name": "lit-siwe",
"version": "1.1.8",
"description": "Sign-In with Ethereum",
"main": "dist/siwe.js",
"types": "dist/siwe.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest",
"build": "tsc"
},
"author": "Spruce Systems Inc.",
"license": "Apache-2.0",
"keywords": [
"ethereum",
"sign-in",
"sign-in-with-ethereum",
"siwe"
],
"homepage": "https://github.com/spruceid/siwe",
"dependencies": {
"@spruceid/siwe-parser": "1.1.3",
"@stablelib/random": "^1.0.1",
"apg-js": "^4.1.1"
},
"peerDependencies": {
"@ethersproject/contracts": "^5.2.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/providers": "^5.2.0",
"@ethersproject/wallet": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spruceid/siwe.git"
},
"bugs": {
"url": "https://github.com/spruceid/siwe/issues"
}
}