UNPKG

rchain-client-api

Version:
77 lines (76 loc) 2.13 kB
{ "name": "rchain-client-api", "version": "0.10.0", "description": "RChain client for node.js, browsers", "main": "index.js", "types": "types/index.d.ts", "scripts": { "check": "yarn test && yarn lint", "test": "ava --verbose", "test:md": "markdown-doctest", "lint-fix": "yarn lint --fix", "lint-check": "yarn lint", "lint": "yarn lint:types && yarn lint:eslint", "lint:eslint": "eslint", "lint:types": "tsc -p jsconfig.json", "build:docs": "documentation build -f md --github --sort-order alpha index.js src/**.js --shallow -o docs/index.md && markdown-doctest", "build:docs-html": "documentation build -f html --github --sort-order alpha index.js src/**.js --shallow -o docs/", "doc-watch": "documentation serve --watch index.js --config docs/config.yml src/**.js --shallow" }, "ava": { "files": [ "test/**/test*.js" ], "require": [ "esm" ], "timeout": "2m" }, "config": { "host": "localhost", "port": "40401" }, "repository": { "type": "git", "url": "git+https://github.com/rchain-community/RChain-API.git" }, "keywords": [ "rchain", "blockchain", "rholang" ], "contributors": [ "Dan Connolly <dckc@madmode.com> (http://www.madmode.com)", "Joshy Orndorff", "Chris Williams" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/rchain-community/RChain-API/issues" }, "homepage": "https://github.com/rchain-community/RChain-API#readme", "dependencies": { "blakejs": "^1.1.0", "bs58": "^4.0.1", "elliptic": "^6.5.3", "ethereumjs-util": "^7.0.7", "google-protobuf": "^3.13.0", "js-sha3": "^0.8.0" }, "devDependencies": { "@types/node": "^14.11.2", "ava": "^3.13.0", "eslint": "^7.9.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", "esm": "^3.2.25", "prettier": "^2.1.1", "typescript": "^4.0.2" }, "TODO": { "documentation": "^8.0.2" } }