mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"name": "sk-magical-wallet",
|
|
"version": "1.0.0",
|
|
"description": "A magic.link wallet integration with the Signal Kinetics codebase",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@3rdweb/sdk": "^1.41.5",
|
|
"ethers": "^5.5.4",
|
|
"magic-sdk": "^8.0.1"
|
|
}
|
|
}
|