@web3-wallet/cryptocom-desktop-wallet
Version:
Cryptocom Desktop Wallet connector
40 lines • 1.06 kB
JSON
{
"name": "@web3-wallet/cryptocom-desktop-wallet",
"description": "Cryptocom Desktop Wallet connector",
"version": "2.4.1",
"keywords": [
"web3-wallet",
"web3",
"Crypto.com Desktop Wallet"
],
"author": "logan <logan.luo@crypto.com>",
"license": "MIT",
"files": [
"dist",
"src"
],
"types": "./dist/esm/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"dependencies": {
"@web3-wallet/core": "2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3-wallet/web3-wallet.git"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/web3-wallet/web3-wallet/issues"
},
"homepage": "https://github.com/web3-wallet/web3-wallet#readme",
"scripts": {
"build": "tsc;tsc --module commonjs --outDir dist/cjs",
"watch": "chokidar 'src/**/*.ts' -c 'pnpm -wc exec turbo run build --filter=cryptocom-desktop-wallet'",
"lint": "eslint src",
"fix": "eslint src --fix",
"ts-check": "tsc --noEmit"
}
}