@colony/colony-js-contract-loader
Version:
Contract loader interfaces
65 lines (64 loc) • 1.94 kB
JSON
{
"name": "@colony/colony-js-contract-loader",
"version": "1.12.0",
"description": "Contract loader interfaces",
"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": [
"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:lib && yarn run build:flow",
"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 flow && 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": {
"assert": "^2.0.0",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"flow-bin": "^0.98.1",
"flow-copy-source": "^2.0.6",
"jest-sandbox": "^1.1.2"
},
"engines": {
"node": ">=10.12.0 <12.0.0"
},
"gitHead": "3e2fd620a0daed21a7c00ff072289efaeeb3edc8"
}