@signumjs/wallets
Version:
Wallets communication package for DApps in the Signum Network
68 lines (67 loc) • 1.36 kB
JSON
{
"name": "@signumjs/wallets",
"version": "3.1.0",
"description": "Wallets communication package for DApps in the Signum Network",
"keywords": [
"signum",
"signum-network",
"blockchain",
"smartcontracts",
"crypto",
"cryptography",
"cryptocoin",
"signumjs",
"dapps",
"web3",
"metamask"
],
"contributors": [
"ohager"
],
"repository": {
"type": "git",
"url": "git+https://github.com/signum-network/signumjs.git"
},
"engines": {
"node": ">=18"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "./out/index.js",
"exports": {
".": {
"types": "./out/index.d.ts",
"default": "./out/index.js"
}
},
"private": false,
"devDependencies": {
"@signumjs/core": "*",
"@signumjs/crypto": "*",
"@types/node": "^18.19.75"
},
"scripts": {
"test": "vitest run",
"test:ci": "vitest run --coverage",
"compile": "tsc",
"bundle": "node bundle.js"
},
"dependencies": {
"@signumjs/standards": "*",
"@signumjs/util": "*",
"nanoid": "^3.3.11"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"gitHead": "1388156deae3a6d83b289377ad8e10f86e84dd3c",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@signumjs/core": "^3.1.0",
"@signumjs/crypto": "^3.1.0"
}
}