UNPKG

@geekcash/smart-rpc

Version:

Block and Transaction Real-Time Broadcasting in JavaScript.

47 lines (46 loc) 1.22 kB
{ "name": "@geekcash/smart-rpc", "version": "1.1.1", "description": "Block and Transaction Real-Time Broadcasting in JavaScript.", "main": "./dist/index.js", "scripts": { "dev": "cross-env NODE_ENV=development webpack --progress --watch --colors", "prod": "cross-env NODE_ENV=production webpack -p --progress --colors", "test": "node ./test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/geekcash/smart-rpc.git" }, "keywords": [ "rpc", "GeekCash", "Dash", "Blockchain", "zeromq" ], "author": "GeekCash Team", "license": "MIT", "bugs": { "url": "https://github.com/geekcash/smart-rpc/issues" }, "homepage": "https://github.com/geekcash/smart-rpc#readme", "dependencies": { "axios": "^0.18.0", "loglevel": "^1.6.1", "lru-cache": "^4.1.3", "mix-dash": "^1.1.9", "mix-hash": "^1.0.5", "zeromq": "^5.1.0" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-loader": "^8.0.4", "clean-webpack-plugin": "^1.0.0", "cross-env": "^5.1.4", "webpack": "^4.25.1", "webpack-cli": "^3.1.2", "webpack-node-externals": "^1.6.0" } }