UNPKG

@dashevo/wallet-lib

Version:
101 lines 2.96 kB
{ "name": "@dashevo/wallet-lib", "version": "8.8.0", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js", "types": "src/index.d.ts", "scripts": { "build:web": "webpack --stats-error-details", "lint": "eslint .", "lint:fix": "eslint . --fix", "test:unit": "nyc yarn mocha 'src/**/*.spec.js'", "test:functional": "LOAD_ENV=true nyc yarn run mocha 'tests/functional/*.js'", "test:integration": "nyc yarn run mocha 'tests/integration/**/*.spec.js'", "test:browsers": "karma start ./karma/karma.conf.js --single-run", "test:browsers:functional": "LOAD_ENV=true karma start ./karma/karma.functional.conf.js --single-run", "test:types": "yarn pnpify tsd", "test": "yarn run test:types && yarn run test:unit && yarn run test:integration && yarn run test:browsers", "prepublishOnly": "yarn run build:web" }, "ultra": { "concurrent": [ "test" ] }, "files": [ "dist", "docs", "examples", "src" ], "repository": { "type": "git", "url": "git+https://github.com/dashevo/wallet-lib.git" }, "keywords": [ "cryptocurrency", "dash", "wallet" ], "author": "Dash Core Team", "license": "MIT", "bugs": { "url": "https://github.com/dashevo/wallet-lib/issues" }, "homepage": "https://github.com/dashevo/wallet-lib#readme", "dependencies": { "@dashevo/dapi-client": "1.8.0", "@dashevo/dashcore-lib": "~0.22.0", "@dashevo/grpc-common": "1.8.0", "@dashevo/wasm-dpp": "1.8.0", "@yarnpkg/pnpify": "^4.0.0-rc.42", "cbor": "^8.0.0", "crypto-js": "^4.2.0", "lodash": "^4.17.21", "pbkdf2": "^3.1.1", "setimmediate": "^1.0.5", "winston": "^3.2.1" }, "devDependencies": { "@dashevo/dash-spv": "2.8.0", "assert": "^2.0.0", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "crypto-browserify": "^3.12.0", "dirty-chai": "^2.0.1", "dotenv-safe": "^8.2.0", "eslint": "^8.53.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.29.0", "events": "^3.3.0", "https-browserify": "^1.0.0", "karma": "^6.4.3", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^2.1.2", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^5.0.0", "mocha": "^10.2.0", "node-inspect-extracted": "^1.0.8", "nyc": "^15.1.0", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0", "tsd": "^0.28.1", "url": "^0.11.3", "util": "^0.12.4", "wasm-x11-hash": "~0.0.2", "webpack": "^5.94.0", "webpack-cli": "^4.9.1" } }