36 lines
783 B
JSON
36 lines
783 B
JSON
{
|
|
"name": "@tokenizerwa/web3auth-algorand",
|
|
"version": "0.1.0",
|
|
"description": "Algorand + Web3Auth React provider, hooks, and signer helpers for Google login flows.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"sideEffects": false,
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"dependencies": {
|
|
"@web3auth/base": "^9.7.0",
|
|
"@web3auth/base-provider": "^9.7.0",
|
|
"@web3auth/modal": "^9.7.0",
|
|
"algosdk": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6",
|
|
"rimraf": "^5.0.5"
|
|
}
|
|
}
|