@ocap/wallet
Version:
Utility function to create and use an forge compatible crypto wallet
66 lines (65 loc) • 1.53 kB
JSON
{
"name": "@ocap/wallet",
"version": "1.29.18",
"type": "module",
"description": "Utility function to create and use an forge compatible crypto wallet",
"keywords": [
"crypto",
"arcblock",
"wallet"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "wangshijun",
"email": "shijun@arcblock.io",
"url": "https://github.com/wangshijun"
},
"contributors": [
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
],
"homepage": "https://www.arcblock.io/docs/blockchain-utils",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./lib/index.cjs",
"module": "./esm/index.mjs",
"types": "./esm/index.d.mts",
"exports": {
".": {
"types": "./esm/index.d.mts",
"import": "./esm/index.mjs",
"default": "./lib/index.cjs"
}
},
"files": [
"lib",
"esm"
],
"devDependencies": {
"@types/node": "^22.7.5",
"tsdown": "^0.18.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/blockchain.git"
},
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --write",
"test": "bun test",
"coverage": "npm run test -- --coverage",
"build": "tsdown",
"build:watch": "tsdown -w",
"clean": "rm -rf lib esm"
},
"bugs": {
"url": "https://github.com/ArcBlock/blockchain/issues"
},
"dependencies": {
"@arcblock/did": "1.29.18",
"@arcblock/jwt": "1.29.18",
"@ocap/mcrypto": "1.29.18",
"@ocap/util": "1.29.18"
}
}