{
  "name": "@usedapp/testing",
  "version": "1.1.15",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "repository": "git@github.com:TrueFiEng/useDApp.git",
  "author": "Ethworks",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@swc-node/register": "^1.4.2",
    "@testing-library/react-hooks": "^5.0.3",
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "@types/react": "17.0.1",
    "@types/react-dom": "17.0.1",
    "@typescript-eslint/eslint-plugin": "^4.10.0",
    "@typescript-eslint/parser": "^4.10.0",
    "chai": "^4.2.0",
    "eslint": "7.22.0",
    "jsdom": "^16.4.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^8.2.1",
    "prettier": "^2.1.2",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@ethersproject/constants": "5.6.0",
    "@ethersproject/contracts": "5.6.0",
    "@ethersproject/providers": "5.6.2",
    "@usedapp/core": "workspace:*",
    "ethers": "5.6.9",
    "react": "17.0.1",
    "react-dom": "17.0.1"
  },
  "scripts": {
    "build": "tsc",
    "test": "true",
    "lint": "yarn lint:prettier --check && yarn lint:eslint",
    "lint:fix": "yarn lint:prettier --write && yarn lint:eslint --fix",
    "lint:eslint": "eslint './{src,test,examples}/**/*.{ts,tsx}'",
    "lint:prettier": "yarn prettier './{src,test,examples}/**/*.{ts,tsx}'"
  }
}
