UNPKG

@colony/colony-js-client

Version:

Reference implementation of the Colony API

83 lines (82 loc) 2.73 kB
{ "name": "@colony/colony-js-client", "version": "1.14.8", "description": "Reference implementation of the Colony API", "keywords": [ "ethers", "web3", "colony", "api" ], "homepage": "https://github.com/JoinColony/colonyJS#readme", "bugs": { "url": "https://github.com/JoinColony/colonyJS/issues" }, "license": "MIT", "contributors": [ "Christian Maniewski <chris@colony.io>", "Curtis Olson <chris@colony.io>", "Griffin Hotchkiss <griffin@colony.io>", "James Lefrère <james@colony.io>", "Raul Glogovetan <raul@colony.io>", "Ryan Christofferson <ryan@colony.io>", "Scott Street <scott@colony.io>" ], "files": [ "dist", "lib", "README.md" ], "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/JoinColony/colonyJS.git" }, "scripts": { "build": "yarn run clean && yarn run build:dist && yarn run build:lib && yarn run build:flow", "build:dist": "webpack", "build:flow": "flow-copy-source src lib --ignore '__tests__/*.js'", "build:lib": "babel src --out-dir lib --ignore __tests__ --source-maps", "build:docs": "scripts/docgen.js", "clean": "shx rm -rf lib", "flow": "flow check", "lint": "eslint src/{,**/}*.js", "precommit": "lint-staged && yarn run build:docs", "test": "yarn run lint && yarn run test:unit", "test:unit": "jest --coverage --config=jest.conf.json" }, "lint-staged": { "src/{,**/}*.js": [ "yarn lint --fix", "git add" ] }, "dependencies": { "@colony/colony-js-adapter": "^1.14.0-beta.2", "@colony/colony-js-adapter-ethers": "^1.14.3", "@colony/colony-js-contract-client": "^1.14.2", "@colony/colony-js-contract-loader": "^1.12.0", "@colony/colony-js-contract-loader-http": "^1.14.0-beta.0", "@colony/colony-js-contract-loader-network": "^1.14.6", "@colony/colony-js-utils": "^1.12.0", "@colony/purser-core": "^2.1.0", "assert": "^2.0.0", "babel-runtime": "^6.26.0", "bn.js": "^4.11.8", "ethereumjs-tx": "^1.3.7", "ethers": "^3.0.29", "isomorphic-fetch": "^2.2.1", "promise-retry": "^1.1.1", "web3-utils": "^1.0.0-beta.55" }, "devDependencies": { "flow-bin": "^0.98.1", "jest-sandbox": "^1.1.2", "webpack": "^4.31.0", "webpack-cli": "^3.3.2" }, "engines": { "node": ">=10.12.0 <12.0.0" }, "gitHead": "e0048571fee4f9ed78e98a6f9a868cf9672e138f" }