34 lines
718 B
JSON
34 lines
718 B
JSON
{
|
|
"name": "@tokenizerwa/web3auth-algorand-ui",
|
|
"version": "0.1.0",
|
|
"description": "Prebuilt React components for the @tokenizerwa/web3auth-algorand hook.",
|
|
"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",
|
|
"@tokenizerwa/web3auth-algorand": ">=0.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"dependencies": {
|
|
"react-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6",
|
|
"rimraf": "^5.0.5"
|
|
}
|
|
}
|