{
    "name": "@colony/colony-js-contract-client",
    "version": "1.14.2",
    "description": "Method-like interface for Smart Contracts",
    "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",
        "clean": "shx rm -rf lib",
        "flow": "flow check",
        "lint": "eslint src/{,**/}*.js",
        "precommit": "lint-staged",
        "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-contract-loader": "^1.12.0",
        "@colony/colony-js-utils": "^1.12.0",
        "assert": "^2.0.0",
        "babel-runtime": "^6.26.0",
        "bn.js": "^4.11.8",
        "bs58": "^4.0.1",
        "ethers": "^3.0.29",
        "lodash.flatmap": "^4.5.0",
        "lodash.isequal": "^4.5.0",
        "lodash.isplainobject": "^4.0.6",
        "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": "08e436d69a68d1727673470bb8367df786ba6343"
}
