{
  "name": "@graphprotocol/common-ts",
  "version": "1.5.0",
  "description": "Common TypeScript library for Graph Protocol components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/graphprotocol/common-ts",
  "author": "Graph Protocol, Inc.",
  "license": "MIT/Apache",
  "scripts": {
    "format": "./node_modules/.bin/prettier --write src/*.ts src/**/*.ts src/**/**/*.ts",
    "lint": "./node_modules/.bin/eslint . --ext .ts,.tsx",
    "prepublish": "yarn format && yarn lint && ./node_modules/.bin/tsc",
    "test": "jest --passWithNoTests --detectOpenHandles --verbose --forceExit",
    "test:watch": "jest --watch --passWithNoTests --detectOpenHandles --verbose"
  },
  "dependencies": {
    "@graphprotocol/contracts": "1.2.0",
    "@graphprotocol/pino-sentry-simple": "0.7.1",
    "@urql/core": "1.13.1",
    "@urql/exchange-execute": "1.0.1",
    "body-parser": "1.19.0",
    "bs58": "4.0.1",
    "cors": "2.8.5",
    "cross-fetch": "3.0.6",
    "ethers": "5.1.0",
    "express": "4.17.1",
    "graphql": "15.4.0",
    "graphql-tag": "2.11.0",
    "helmet": "4.1.1",
    "morgan": "1.10.0",
    "ngeohash": "0.6.3",
    "pg": "8.4.2",
    "pg-hstore": "2.3.3",
    "pino": "6.7.0",
    "pino-multi-stream": "5.1.1",
    "prom-client": "12.0.0",
    "sequelize": "6.3.5"
  },
  "devDependencies": {
    "@types/bs58": "4.0.1",
    "@types/cors": "2.8.8",
    "@types/express": "4.17.8",
    "@types/jest": "26.0.15",
    "@types/lodash.isequal": "4.5.5",
    "@types/morgan": "1.9.2",
    "@types/ngeohash": "0.6.2",
    "@types/node": "14.14.6",
    "@types/pino": "6.3.3",
    "@types/pino-multi-stream": "^5.1.0",
    "@types/supertest": "2.0.10",
    "@typescript-eslint/eslint-plugin": "4.6.0",
    "@typescript-eslint/parser": "4.6.0",
    "eslint": "7.12.1",
    "jest": "26.6.1",
    "lerna": "3.22.1",
    "nock": "13.0.4",
    "prettier": "2.1.2",
    "supertest": "6.0.0",
    "ts-jest": "26.4.3",
    "typescript": "4.0.5"
  },
  "resolutions": {
    "scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
  },
  "gitHead": "8d9126f4c6c764ad6462c6ca2cc4523a268820fa"
}
