virto-signer
Version:
A signer for constructing a signed extrinsic using Pass-provided authenticators
47 lines • 1.09 kB
JSON
{
"name": "virto-signer",
"description": "A signer for constructing a signed extrinsic using Pass-provided authenticators",
"version": "1.0.0",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"module": "./dist/esm/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"browser": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"prepack": "tsc && tsc -p tsconfig.cjs.json"
},
"author": "Virto Network <contact@virto.networks>",
"license": "MIT",
"keywords": [
"virto-sdk",
"signer",
"papi",
"scale",
"polkadot.js",
"polkadot"
],
"dependencies": {
"blake2b": "^2.1.4",
"polkadot-api": "^1.10.2",
"scale-ts": "^1.6.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/blake2b": "^2.1.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}