@bpanel/chain-sockets
Version:
A utility plugin for bPanel for managing blockchain state in your redux store
46 lines (45 loc) • 1.36 kB
JSON
{
"name": "@bpanel/chain-sockets",
"version": "0.1.1",
"description": "A utility plugin for bPanel for managing blockchain state in your redux store",
"main": "dist/index.js",
"scripts": {
"babel": "babel --presets=env,stage-3 lib -d dist",
"watch": "babel --presets=env,stage-3 lib -d dist --watch",
"clean": "rm -f ./dist/*.js",
"lint": "eslint lib/ test/ || exit 0",
"prepublish": "make babel",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git@github.com:bpanel-org/chain-sockets.git",
"keywords": [
"bpanel",
"bcoin",
"blockchain",
"bitcoin"
],
"author": "bcoin-org",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"react": "^16.2.0"
},
"peerDependencies": {
"@bpanel/bpanel-utils": "^0.0.12",
"bcoin": "github:bcoin-org/bcoin.git",
"hsd": "github:handshake-org/hsd"
}
}