2024-09-21 13:28:08 +02:00
|
|
|
{
|
2024-09-23 22:46:16 +02:00
|
|
|
"name": "@tp/tp-solana-connect",
|
2024-09-21 13:28:08 +02:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2024-09-23 22:46:16 +02:00
|
|
|
"main": "tp-solana-connect.js",
|
2024-09-21 13:28:08 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-09-23 22:46:16 +02:00
|
|
|
"url": "https://gitea.codeblob.work/tp-solana-connects/tp-solana-connect.git"
|
2024-09-21 13:28:08 +02:00
|
|
|
},
|
|
|
|
"author": "trading_peter",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2024-09-23 22:46:16 +02:00
|
|
|
"@aztemi/svelte-on-solana-wallet-adapter-core": "^1.1.5",
|
|
|
|
"@solana/wallet-adapter-base": "^0.9.23",
|
|
|
|
"@tp/tp-button": "^1.2.0",
|
|
|
|
"@tp/tp-store": "^1.1.1",
|
|
|
|
"lit": "^3.0.0",
|
|
|
|
"localforage": "^1.10.0"
|
2024-09-21 13:28:08 +02:00
|
|
|
}
|
|
|
|
}
|