@colony/colony-js-adapter-ethers
Version:
ColonyContract adapter for ethers.js
72 lines (71 loc) • 2.21 kB
JSON
{
"name": "@colony/colony-js-adapter-ethers",
"version": "1.14.3",
"description": "ColonyContract adapter for ethers.js",
"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 src",
"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",
"babel-runtime": "^6.26.0",
"ethers": "^3.0.29"
},
"devDependencies": {
"flow-bin": "^0.98.1",
"jest": "^22.3.0",
"jest-sandbox": "^1.1.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"engines": {
"node": ">=10.12.0 <12.0.0"
},
"gitHead": "96ca87f8b53aa1288b20d16477f99996a13f1770"
}