@windoge98/pnp-phantom
Version:
Phantom wallet adapter for Plug-n-Play
57 lines (56 loc) • 1.27 kB
JSON
{
"name": "@windoge98/pnp-phantom",
"version": "0.1.0-beta.12",
"description": "Phantom wallet adapter for Plug-n-Play",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.js",
"default": "./dist/index.es.js"
}
},
"scripts": {
"build": "cd ../.. && BUILD_PACKAGE=phantom vite build",
"dev": "vite build --watch",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@solana/wallet-adapter-phantom": "^0.9.24"
},
"peerDependencies": {
"@windoge98/plug-n-play": ">=0.1.0-beta",
"@dfinity/agent": "^2.1.3",
"@dfinity/identity": "^2.1.3",
"@dfinity/principal": "^2.1.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.87.0",
"bs58": "^5.0.0"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.8"
},
"files": [
"dist",
"src",
"assets",
"README.md"
],
"keywords": [
"phantom",
"wallet",
"web3",
"blockchain",
"solana",
"internet-computer",
"siws"
],
"publishConfig": {
"access": "public"
}
}