UNPKG

@tetherto/wdk

Version:

A flexible manager that can register and manage multiple wallet instances for different blockchains dynamically.

56 lines (55 loc) 1.3 kB
{ "name": "@tetherto/wdk", "version": "1.0.0-beta.4", "description": "A flexible manager that can register and manage multiple wallet instances for different blockchains dynamically.", "keywords": [ "wdk", "core" ], "author": "Tether", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/tetherto/wdk-core.git" }, "main": "index.js", "type": "module", "types": "./types", "scripts": { "build:types": "tsc", "lint": "standard", "lint:fix": "standard --fix", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "test:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage" }, "dependencies": { "@tetherto/wdk-wallet": "^1.0.0-beta.4", "bare-node-runtime": "^1.1.4" }, "devDependencies": { "cross-env": "7.0.3", "jest": "30.1.3", "standard": "17.1.2", "typescript": "5.8.3" }, "exports": { ".": { "types": "./types/index.d.ts", "bare": "./bare.js", "default": "./index.js" }, "./package": { "default": "./package.json" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "standard": { "ignore": [ "bare.js", "tests/**/*.js" ] } }