{
  "name": "@commonsswarm/connect-hatch",
  "version": "0.0.4",
  "license": "GPL-3.0",
  "description": "Connector to interact with the hatch contract and subgraph",
  "author": "Commons Swarm",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc --build",
    "build:cjs": "tsc --build ./tsconfig.cjs.json",
    "dev:esm": "yarn build:esm --watch",
    "dev:cjs": "yarn build:cjs --watch",
    "test": "is-ci \"test:coverage\" \"test:watch\"",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand --watch",
    "clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
    "lint": "eslint --ext .ts ./src",
    "publish:local": "yarn build && yalc push"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.34",
    "@typescript-eslint/eslint-plugin": "^2.29.0",
    "@typescript-eslint/parser": "^2.29.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.14.0",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.0.1",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "typedoc": "^0.20.31",
    "typedoc-plugin-markdown": "^3.6.0",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "@1hive/connect-core": "^0.9.1",
    "@1hive/connect-thegraph": "^0.9.1",
    "ethers": "^5.0.23",
    "graphql-tag": "^2.10.3"
  },
  "keywords": [
    "ethereum",
    "javascript",
    "web3",
    "dapp",
    "aragon"
  ]
}
