{
  "name": "@manifoldxyz/frontend-provider-types",
  "version": "3.0.0",
  "description": "",
  "typings": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "yarn clean && tsc -p tsconfig.build.json",
    "clean": "rm -rf ./dist",
    "eslint": "eslint --ext .ts,.js ./src/**/*",
    "lint": "eslint --ext .ts,.js ./src/**/*",
    "lint:fix": "eslint --ext .ts ./src/**/* --fix",
    "test": "jest --watch",
    "test:ci": "jest --ci --forceExit --detectOpenHandles"
  },
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manifoldxyz/frontend-provider.git"
  },
  "author": "manifold.xyz",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/manifoldxyz/frontend-provider/issues"
  },
  "homepage": "https://github.com/manifoldxyz/frontend-provider/tree/main/packages/frontend-provider-types#readme",
  "dependencies": {
    "@ethersproject/providers": "^5.7.2",
    "@ethersproject/contracts": "^5.7.0"
  }
}
