@signumjs/wallets
Version:
Wallets communication package for DApps in the Signum Network
67 lines (66 loc) • 1.33 kB
JSON
{
"name": "@signumjs/wallets",
"version": "2.0.7",
"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": "https://github.com/signum-network/signumjs"
},
"engines": {
"node": ">=18"
},
"license": "Apache-2.0",
"main": "./out/index.js",
"exports": {
".": {
"types": "./out/index.d.ts",
"default": "./out/index.js"
}
},
"private": false,
"devDependencies": {
"@types/node": "^18.19.75",
"@signumjs/core": "*",
"@signumjs/crypto": "*"
},
"scripts": {
"test": "vitest run",
"test:ci": "vitest run --coverage",
"compile": "tsc",
"bundle": "node bundle.js"
},
"dependencies": {
"@signumjs/util": "*",
"@signumjs/standards": "*",
"uuid": "^10.0.0"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"gitHead": "1388156deae3a6d83b289377ad8e10f86e84dd3c",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@signumjs/core": "^2.0.7",
"@signumjs/crypto": "^2.0.7"
}
}