UNPKG

@logosnetwork/logos-webwallet-sdk

Version:

Create Logos wallets with or without a full Logos node

79 lines (78 loc) 2.47 kB
{ "name": "@logosnetwork/logos-webwallet-sdk", "version": "0.3.10", "description": "Create Logos wallets with or without a full Logos node", "keywords": [ "Logos", "WebWallet", "wallet", "cryptocurrency", "light", "lightwallet" ], "homepage": "https://github.com/LogosNetwork/logos-webwallet-sdk", "repository": { "type": "git", "url": "git+https://github.com/LogosNetwork/logos-webwallet-sdk.git" }, "main": "./dist/index", "scripts": { "test": "npm run lint && npm run unit:test", "unit:test": "./node_modules/.bin/mocha --reporter spec", "lint": "eslint src --ext .js,.ts", "lint:fix": "eslint src --ext .js,.ts --fix", "build": "npm run lint && tsc --build", "docs": "typedoc --out docs ./src", "prepublishOnly": "NODE_ENV=production npm run build && npm run test" }, "author": "Tyler Storm <tyler@prometheanlabs.io>", "contributors": [ "Tyler Storm <tyler@pla.bs> (https://logos.network)", "Chris Cohoat <chris@cohoat.pizza> (https://cohoat.pizza/)", "Jaime Herrero", "Mart Roosmaa <mart@roosmaa.net>", "Gray Olson <gray@grayolson.com> (https://www.grayolson.me/)", "Ilya Apasov" ], "license": "MIT", "type": "module", "devDependencies": { "@babel/core": "^7.6.0", "@babel/plugin-transform-runtime": "^7.6.0", "@babel/preset-env": "^7.6.0", "@babel/register": "^7.6.0", "@types/node": "^12.7.5", "@types/pbkdf2": "^3.0.0", "@types/ws": "^6.0.3", "@typescript-eslint/eslint-plugin": "^2.2.0", "@typescript-eslint/parser": "^2.2.0", "awesome-typescript-loader": "^5.2.1", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "chai": "^4.2.0", "eslint": "^6.3.0", "mocha": "^6.2.0", "source-map-loader": "^0.2.4", "standard": "^14.1.0", "ts-loader": "^6.1.0", "typescript": "^3.6.3", "webpack": "^4.39.3", "webpack-cli": "^3.3.8", "typedoc": "^0.15.0" }, "dependencies": { "@babel/runtime": "^7.6.0", "@logosnetwork/logos-rpc-client": "^1.1.33", "big-integer": "^1.6.44", "core-js": "^3.2.1", "isomorphic-ws": "^4.0.1", "mqtt": "^3.0.0", "pbkdf2": "^3.0.17", "reconnecting-websocket": "^4.2.0", "tweetnacl": "git+https://git@github.com/jaimehgb/tweetnacl-js.git#ef9ea5fd95c3ca98128877c58e40ef1a711421ef", "ws": "^7.1.2" }, "bugs": { "url": "https://github.com/LogosNetwork/logos-webwallet-sdk/issues" } }