@meshsdk/wallet
Version:
Wallets - https://meshjs.dev/apis/wallets
55 lines • 1.46 kB
JSON
{
"name": "@meshsdk/wallet",
"version": "1.9.0-beta.74",
"description": "Wallets - https://meshjs.dev/apis/wallets",
"main": "./dist/index.cjs",
"browser": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist/**"
],
"scripts": {
"build:docs": "typedoc src/index.ts --json ../../apps/docs/src/data/mesh-wallets.json",
"build:mesh": "tsup src/index.ts --format esm,cjs --dts",
"clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"pack": "npm pack --pack-destination=./dist",
"test": "jest"
},
"devDependencies": {
"@meshsdk/configs": "*",
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"typedoc": "^0.26.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@meshsdk/common": "1.9.0-beta.74",
"@meshsdk/core-cst": "1.9.0-beta.74",
"@meshsdk/transaction": "1.9.0-beta.74",
"@simplewebauthn/browser": "^13.0.0"
},
"prettier": "@meshsdk/configs/prettier",
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"keywords": [
"cardano",
"ada",
"web3",
"blockchain",
"sdk"
]
}